aperture static method

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

Aperture icon

Implementation

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