ChartPieBean constructor

ChartPieBean({
  1. required double value,
  2. String type = '',
  3. Color color = defaultColor,
  4. TextStyle assistTextStyle = defaultTextStyle,
})

Implementation

ChartPieBean(
    {required this.value,
    this.type = '',
    this.color = defaultColor,
    this.assistTextStyle = defaultTextStyle});