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