menu
expandable_box_drawing_table package
documentation
bloc/entry_values_bloc.dart
EntryValuesBloc<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
EntryValuesState
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
expandable_box_drawing_table package
documentation
bloc/entry_values_bloc
EntryValuesBloc<T>
stream property
EntryValuesBloc class