bookmark static method

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

Bookmark icon

Implementation

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