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