LineChartModelCallback constructor

LineChartModelCallback({
  1. LineChartModel? chart,
  2. double? percentage,
})

Implementation

LineChartModelCallback({
  this.chart,
  this.percentage,
});