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