ExampleChart constructor

const ExampleChart({
  1. Key? key,
  2. required String? chartData,
})

Implementation

const ExampleChart({Key? key, required this.chartData}) : super(key: key);