beerOff static method

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

BeerOff icon

Implementation

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