folderPlus static method

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

FolderPlus icon

Implementation

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