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