popcorn static method

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

Popcorn icon

Implementation

static Widget popcorn({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4be', size: size);