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