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