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