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