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