partyPopper static method

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

PartyPopper icon

Implementation

static Component partyPopper({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e343', size: size);