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