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