menu
interactive_map package
documentation
Map/Cubit/cubit/map_cubit.dart
MapCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
MapState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
interactive_map package
documentation
Map/Cubit/cubit/map_cubit
MapCubit
stream property
MapCubit class