bubbles static method

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

Bubbles icon

Implementation

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