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