StatefulFailureBuilder<T, E extends Object> typedef

StatefulFailureBuilder<T, E extends Object> = Widget Function(E error)

Called when we are in a failure state and there is no previous value (or you want a dedicated error UI).

Implementation

typedef StatefulFailureBuilder<T, E extends Object> = Widget Function(
    E error,
    );