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