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