fileStack static method

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

FileStack icon

Implementation

static Component fileStack({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4a1', size: size);