LineIcon.trophy constructor
const
LineIcon.trophy({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for trophy icon Name trophy turns into flutterish trophy
Implementation
const LineIcon.trophy({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.trophy,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);