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