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