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