errorWidget method
Implementation
@protected
Widget errorWidget(BuildContext context, ScreenManagerCubitStateDisplayErrorPage state) {
return BlocxErrorWidget.fromState(state);
}
@protected
Widget errorWidget(BuildContext context, ScreenManagerCubitStateDisplayErrorPage state) {
return BlocxErrorWidget.fromState(state);
}