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