ChartArea constructor
const
ChartArea({})
Implementation
const ChartArea({
super.key,
required this.bounds,
required this.points,
required this.positiveColor,
required this.negativeColor,
});
const ChartArea({
super.key,
required this.bounds,
required this.points,
required this.positiveColor,
required this.negativeColor,
});