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