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