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