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