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