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