alignBottom static method
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static PhosphorIconData alignBottom(
[PhosphorIconsStyle style = PhosphorIconsStyle.regular]) {
switch (style) {
case PhosphorIconsStyle.regular:
return PhosphorIconsRegular.alignBottom;
case PhosphorIconsStyle.thin:
return PhosphorIconsThin.alignBottom;
case PhosphorIconsStyle.light:
return PhosphorIconsLight.alignBottom;
case PhosphorIconsStyle.bold:
return PhosphorIconsBold.alignBottom;
case PhosphorIconsStyle.fill:
return PhosphorIconsFill.alignBottom;
case PhosphorIconsStyle.duotone:
return PhosphorIconsDuotone.alignBottom;
}
}