menu
node_program_editor package
documentation
bloc/program/program_cubit.dart
ProgramCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
ProgramState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
node_program_editor package
documentation
bloc/program/program_cubit
ProgramCubit
stream property
ProgramCubit class