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