menu
tf_custom_widgets package
documentation
utils/generic_cubit/generic_cubit.dart
GenericBloc<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
GenericState
<
T
>
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
tf_custom_widgets package
documentation
utils/generic_cubit/generic_cubit
GenericBloc<T>
stream property
GenericBloc class