wifiHigh static method

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

WifiHigh icon

Implementation

static Component wifiHigh({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5f7', size: size);