menu
tutorial_system package
documentation
bloc/tutorial_bloc.dart
TutorialBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
TutorialState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
tutorial_system package
documentation
bloc/tutorial_bloc
TutorialBloc
stream property
TutorialBloc class