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