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