folder static method

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

Folder icon

Implementation

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