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