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