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