listChecks static method

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

ListChecks icon

Implementation

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