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