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