listCheck static method

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

ListCheck icon

Implementation

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