boomBox static method

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

BoomBox icon

Implementation

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