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