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