mapDataLoadFailed property
final
Builder for the widget displayed when map data loading fails.
Receives the error thrown during loading and optional stackTrace,
allowing integrators to display custom error messages or handle errors.
If not specified, a default Text message will be used.
Implementation
final Widget Function(BuildContext context, Object? error, StackTrace? stackTrace)? mapDataLoadFailed;