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