menu
aegee_leiden_app
widgets/user/nameTag.dart
NameTag
NameTag const constructor
NameTag
dark_mode
light_mode
NameTag
constructor
const
NameTag
(
{
Key
?
key
,
required
String
id
,
String
?
heroTag
,
TextStyle
?
style
}
)
Implementation
const NameTag({super.key, required this.id, this.heroTag, this.style});
aegee_leiden_app
nameTag
NameTag
NameTag const constructor
NameTag class