file static method

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

File icon

Implementation

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