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