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