menu
flutter_infinite_scroll package
documentation
infinite_scroll/cubit.dart
InfiniteScrollCubit
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
FetchDataState
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
flutter_infinite_scroll package
documentation
infinite_scroll/cubit
InfiniteScrollCubit
stream property
InfiniteScrollCubit class