bookHeart static method

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

BookHeart icon

Implementation

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