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