bookKey static method

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

BookKey icon

Implementation

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