chartArea static method

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

ChartArea icon

Implementation

static Component chartArea({IconSize size = IconSize.md}) =>
    lucide.ChartArea(width: size.unit, height: size.unit);