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