folderCode static method

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

FolderCode icon

Implementation

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