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