menu
aj_text_editor package
documentation
Bloc/TextEditorBloc.dart
TextEditorBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
TextEditorState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
aj_text_editor package
documentation
Bloc/TextEditorBloc
TextEditorBloc
stream property
TextEditorBloc class