buildOnError abstract method

Widget buildOnError(
  1. BuildContext context,
  2. Object error,
  3. StackTrace stackTrace,
  4. Object? progress,
)

Builds a widget to display if an error occurs during initialization.

Implementation

Widget buildOnError(
  BuildContext context,
  Object error,
  StackTrace stackTrace,
  Object? progress,
);