menu
hubble_widget_library package
documentation
bloc/simple_value_cubit.dart
SimpleValueCubit<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
SimpleValue
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
hubble_widget_library package
documentation
bloc/simple_value_cubit
SimpleValueCubit<T>
stream property
SimpleValueCubit class