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