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