sparkles static method

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

Sparkles icon

Implementation

static Component sparkles({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e412', size: size);