emptyWidget property

Widget? emptyWidget
final

Custom widget shown when the chart has no data or all values are zero. If null, charts use ChartEmptyState with emptyMessage.

Implementation

final Widget? emptyWidget;