menu
confirmation_screen package
documentation
cubit/confirmation_cubit.dart
ConfirmationCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
ConfirmationState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
confirmation_screen package
documentation
cubit/confirmation_cubit
ConfirmationCubit
stream property
ConfirmationCubit class