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