errorWidget method
Builds the full-page error widget for ScreenManagerCubitStateDisplayErrorPage.
Override to customise the error UI (e.g. branded illustration, retry logic, deep-link to support).
Implementation
@protected
Widget errorWidget(
BuildContext context,
ScreenManagerCubitStateDisplayErrorPage state,
) {
return BlocxErrorWidget.fromState(state);
}