folderDot static method

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

FolderDot icon

Implementation

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