pocket static method

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

Pocket icon

Implementation

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