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