kanban static method

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

Kanban icon

Implementation

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