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