balloon static method

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

Balloon icon

Implementation

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