menu
nv_golden package
documentation
nv_golden/create_golden.dart
TouchBadge
TouchBadge const constructor
TouchBadge const constructor
dark_mode
light_mode
TouchBadge
constructor
const
TouchBadge
(
{
Key
?
key
,
required
Color
color
,
})
Implementation
const TouchBadge({ Key? key, required this.color, }) : super(key: key);
nv_golden package
documentation
nv_golden/create_golden
TouchBadge
TouchBadge const constructor
TouchBadge class