errorWidget method

  1. @protected
Widget errorWidget(
  1. BuildContext context,
  2. ScreenManagerCubitStateDisplayErrorPage state
)
inherited

Implementation

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