chartNoAxesGantt static method

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

ChartNoAxesGantt icon

Implementation

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