folderOpenDot static method

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

FolderOpenDot icon

Implementation

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