errorBuilder property

(Widget Function(Object? error)?) errorBuilder
final

The function allows displaying custom widget on top of table should an error happen. E.g. data source faild to load data

Implementation

final Widget Function(Object? error)? errorBuilder;