bookDashed static method

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

BookDashed icon

Implementation

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