wifiCog static method

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

WifiCog icon

Implementation

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