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