MapThemeConfig constructor
const
MapThemeConfig({})
Implementation
const MapThemeConfig({
// Standard OSM (Development only - triggers warning)
this.tileUrl = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
this.userAgent = 'com.risto.library',
this.backgroundColor = const Color(0xFFE0E0E0),
this.retinaMode = true,
this.additionalHeaders,
});