book static method

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

Book icon

Implementation

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