fileLock static method

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

FileLock icon

Implementation

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