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