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({super.key, this.color, this.width, this.height});
iconoir_flutter package
documentation
regular/planet
Planet
Planet.new const constructor
Planet class