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