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