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