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