customViewBuilder property

(Widget Function(BuildContext context, RefreshableDataView<T> view)?) customViewBuilder
final

The customViewBuilder for UpdatableDataViewStyle.customView.

Implementation

final Widget Function(BuildContext context, RefreshableDataView<T> view)? customViewBuilder;