chartColumnStacked static method

ArcaneGlyph chartColumnStacked({
  1. IconSize size = IconSize.md,
})

ChartColumnStacked icon

Implementation

static ArcaneGlyph chartColumnStacked({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e60a', size: size);