MapTheme constructor
const
MapTheme({
- required String name,
- required Color loadingBackground,
- MapThemeColorMode colorMode = MapThemeColorMode.light,
Implementation
const MapTheme({
required this.name,
required this.loadingBackground,
this.colorMode = MapThemeColorMode.light,
});