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