menu
nice2dev_flutter_ui
social\nice_social.dart
NiceTagItem
NiceTagItem.new const constructor
NiceTagItem.new
dark_mode
light_mode
NiceTagItem
constructor
const
NiceTagItem
(
{
required
String
label
,
double
weight
=
1
,
Color
?
color
,
dynamic
data
,
})
Implementation
const NiceTagItem({ required this.label, this.weight = 1, this.color, this.data, });
nice2dev_flutter_ui
nice_social
NiceTagItem
NiceTagItem.new const constructor
NiceTagItem class