ChartPointProps constructor

const ChartPointProps({
  1. required String label,
  2. required num value,
})

Implementation

const ChartPointProps({required this.label, required this.value});