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