menu
designflow_widgets package
documentation
presentation/blocs/app_cubit.dart
AppCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
AppState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
designflow_widgets package
documentation
presentation/blocs/app_cubit
AppCubit
stream property
AppCubit class