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