menu
iconoir_flutter package
documentation
regular/consumable.dart
Consumable
Consumable.new const constructor
Consumable.new const constructor
dark_mode
light_mode
Consumable
constructor
const
Consumable
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Consumable({super.key, this.color, this.width, this.height});
iconoir_flutter package
documentation
regular/consumable
Consumable
Consumable.new const constructor
Consumable class