EChatWidget constructor

EChatWidget({
  1. Key? key,
  2. ChartType chartType = ChartType.PIE,
  3. required List<EChartPieBean> dataList,
})

Implementation

EChatWidget(
    {Key? key, this.chartType = ChartType.PIE, required this.dataList})
    : super(key: key);