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