notebook static method

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

Notebook icon

Implementation

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