chartArea static method

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

ChartArea icon

Implementation

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