state property

Stream<Result<T>> Function(B) state
final

The BLoC state based on which this widget rebuilds itself

Implementation

final Stream<Result<T>> Function(B) state;