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