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