toolbarSettings property
MapToolbarSettings
get
toolbarSettings
Provides options for customizing the appearance of the toolbar in the web platform.
Implementation
MapToolbarSettings get toolbarSettings => _toolbarSettings;
set
toolbarSettings
(MapToolbarSettings value)
Implementation
set toolbarSettings(MapToolbarSettings value) {
if (_toolbarSettings == value) {
return;
}
_toolbarSettings = value;
}