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