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