userCheck static method

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

UserCheck icon

Implementation

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