menu
pagination_view package
documentation
bloc/pagination_bloc.dart
PaginationCubit<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
PaginationState
<
T
>
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
pagination_view package
documentation
bloc/pagination_bloc
PaginationCubit<T>
stream property
PaginationCubit class