menu
canton_ui package
documentation
models/item.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
{
String
?
label
,
String
?
symbol
,
String
?
id
,
bool
?
boxTwo
,
int
?
color
,
})
Implementation
Item({ this.label, this.symbol, this.id, this.boxTwo, this.color, });
canton_ui package
documentation
models/item
Item
Item constructor
Item class