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