@override bool isCancelled() { if (newAppCreateBloc.state is NewAppCreateCreateCancelled) return true; return false; }