hasMapBackgroundOutside method
Returns true if a background color is defined for areas outside the map.
Implementation
bool? hasMapBackgroundOutside() {
return hasBackgroundOutside;
}
Returns true if a background color is defined for areas outside the map.
bool? hasMapBackgroundOutside() {
return hasBackgroundOutside;
}