popcorn static method

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

Popcorn icon

Implementation

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