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