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