wand static method

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

Wand icon

Implementation

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