menu
nice2dev_flutter_ui package
documentation
data/nice_data5.dart
NiceStatusCell
NiceStatusCell.new const constructor
NiceStatusCell.new const constructor
dark_mode
light_mode
NiceStatusCell
constructor
const
NiceStatusCell
(
{
Key
?
key
,
required
String
label
,
required
Color
color
,
bool
showDot
=
true
,
})
Implementation
const NiceStatusCell({ super.key, required this.label, required this.color, this.showDot = true, });
nice2dev_flutter_ui package
documentation
data/nice_data5
NiceStatusCell
NiceStatusCell.new const constructor
NiceStatusCell class