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