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