emptyWidget property

Widget? emptyWidget
final

Widget to show when all data points are empty. Defaults to SizedBox.shrink.

Implementation

final Widget? emptyWidget;