sparkle static method

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

Sparkle icon

Implementation

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