folderInput static method

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

FolderInput icon

Implementation

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