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