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