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