bookImage static method

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

BookImage icon

Implementation

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