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