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