buildLoading property

Widget Function(BuildContext, B) buildLoading
final

Callback which is invoked when the state stream produces an event which is ResultLoading

This is also called if a build is requested while still waiting for the first event of the state stream

Implementation

final Widget Function(BuildContext, B) buildLoading;