GeolocationFallbackWidgetBuilder typedef

GeolocationFallbackWidgetBuilder = Widget Function(BuildContext context, Position fallbackPosition, GeolocationStatus status, GeolocationController controller)

Implementation

typedef GeolocationFallbackWidgetBuilder = Widget Function(
  BuildContext context,
  Position fallbackPosition,
  GeolocationStatus status,
  GeolocationController controller,
);