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