eye property
AppIconData
get
eye
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static AppIconData get eye {
switch (AppIcons.defaultStyle) {
case AppIconsStyle.regular:
return AppIconsRegular.eye;
case AppIconsStyle.thin:
return AppIconsThin.eye;
case AppIconsStyle.light:
return AppIconsLight.eye;
case AppIconsStyle.bold:
return AppIconsBold.eye;
case AppIconsStyle.fill:
return AppIconsFill.eye;
case AppIconsStyle.duotone:
return AppIconsDuotone.eye;
}
}