wifiHigh static method

Component wifiHigh({
  1. IconSize size = IconSize.md,
})

WifiHigh icon

Implementation

static Component wifiHigh({IconSize size = IconSize.md}) =>
    lucide.WifiHigh(width: size.unit, height: size.unit);