fileKey static method

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

FileKey icon

Implementation

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