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