SimpleFanChartPoint constructor
const
SimpleFanChartPoint({
- required String label,
- required double value,
- List<
SimpleFanChartBand> bands = const [], - Color? color,
Implementation
const SimpleFanChartPoint({
required this.label,
required this.value,
this.bands = const [],
this.color,
});