menu
nice2dev_flutter_ui
display\nice_display2.dart
NiceAmountItem
NiceAmountItem.new const constructor
NiceAmountItem.new
dark_mode
light_mode
NiceAmountItem
constructor
const
NiceAmountItem
(
{
required
String
label
,
required
double
amount
,
Color
?
color
,
})
Implementation
const NiceAmountItem({ required this.label, required this.amount, this.color, });
nice2dev_flutter_ui
nice_display2
NiceAmountItem
NiceAmountItem.new const constructor
NiceAmountItem class