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