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