partyPopper static method

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

PartyPopper icon

Implementation

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