folderKanban static method

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

FolderKanban icon

Implementation

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