dataBuilder property

Widget Function(BuildContext context, T data) dataBuilder
final

The widget which displays the snapshot's data when it's loaded.

NOTE: When the snapshots data is of Type Iterable/Map and empty SnapshotStateInfo with the isEmptyText and isEmptyIcon is shown instead.

Implementation

final Widget Function(BuildContext context, T data) dataBuilder;