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