menu
iconoir_flutter package
documentation
regular/eye.dart
Eye
Eye const constructor
Eye const constructor
dark_mode
light_mode
Eye
constructor
const
Eye
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Eye({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/eye
Eye
Eye const constructor
Eye class