sticker static method

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

Sticker icon

Implementation

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