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