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