fallbackUrl property

String? fallbackUrl
final

Follows the same structure as urlTemplate. If specified, this URL is used only if an error occurs when loading the urlTemplate.

Avoid specifying this when using AssetTileProvider or FileTileProvider, as these providers are less performant and efficient when this is specified. See their documentation for more information.

Implementation

final String? fallbackUrl;