haze static method

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

Haze icon

Implementation

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