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