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