fileStack static method

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

FileStack icon

Implementation

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