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