LineIcon.caretSquareLeftAlt constructor

const LineIcon.caretSquareLeftAlt({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for caret_square_left_1 icon Name caret_square_left_1 turns into flutterish caretSquareLeftAlt

Implementation

const LineIcon.caretSquareLeftAlt({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.caretSquareLeftAlt,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );