loadingState property

Stream<LoadingState> loadingState

A stream reflecting the current loading state.

Implementation

Stream<LoadingState> get loadingState => _loadingStateStreamController.stream;