buildError property

Widget Function(BuildContext, String, B) buildError
final

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

If the AsyncSnapshot of the stream has an Exception this is called with that Exception

Implementation

final Widget Function(BuildContext, String, B) buildError;