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