spellCheck static method

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

SpellCheck icon

Implementation

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