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