chartGantt static method

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

ChartGantt icon

Implementation

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