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