buildChart method

  1. @override
Widget buildChart()
override

Method to create the appropriate chart widget

Implementation

@override
Widget buildChart() => _PieLabelAlignWidget(config: this);