fileInput static method

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

FileInput icon

Implementation

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