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