defaultErrorBuilder static method
Widget
defaultErrorBuilder(
- BuildContext context,
- Object error,
- StackTrace? stackTrace,
- VoidCallback onRetry,
Implementation
static Widget defaultErrorBuilder(
BuildContext context,
Object error,
StackTrace? stackTrace,
VoidCallback onRetry,
) =>
_LLAppErrorWidget(
message: error.toString(),
onRetry: onRetry,
);