spellCheck2 static method

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

SpellCheck2 icon

Implementation

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