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