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