userCheck static method

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

UserCheck icon

Implementation

static Component userCheck({IconSize size = IconSize.md}) =>
    lucide.UserCheck(width: size.unit, height: size.unit);