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