wifiHigh static method

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

WifiHigh icon

Implementation

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