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