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