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