menu
feed package
documentation
util/state/concrete_cubit.dart
ConcreteCubit<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
T
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
feed package
documentation
util/state/concrete_cubit
ConcreteCubit<T>
stream property
ConcreteCubit class