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