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