fileStack static method

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

FileStack icon

Implementation

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