ChartEmptyScope constructor

const ChartEmptyScope({
  1. Key? key,
  2. required List<ChartDataSet> dataSets,
  3. required Widget child,
  4. Widget? emptyWidget,
})

Implementation

const ChartEmptyScope({super.key, required this.dataSets, required this.child, this.emptyWidget});