menu
flutter_treeview_plus package
documentation
bloc/treeview_bloc.dart
TreeviewBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
TreeviewState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
flutter_treeview_plus package
documentation
bloc/treeview_bloc
TreeviewBloc
stream property
TreeviewBloc class