bookCheck static method

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

BookCheck icon

Implementation

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