managerCubit property
The ScreenManagerCubit that drives this screen's side-effects.
Typically bloc.screenManagerCubit from the nearest form or collection
bloc.
Implementation
@override
ScreenManagerCubit get managerCubit {
return bloc.screenManagerCubit;
}