wand static method

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

Wand icon

Implementation

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