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