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