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