MapToolbarSettings constructor
const
MapToolbarSettings({
- Color? iconColor,
- Color? itemBackgroundColor,
- Color? itemHoverColor,
- Axis direction = Axis.horizontal,
- MapToolbarPosition position = MapToolbarPosition.topRight,
Creates a MapToolbarSettings.
Implementation
const MapToolbarSettings({
this.iconColor,
this.itemBackgroundColor,
this.itemHoverColor,
this.direction = Axis.horizontal,
this.position = MapToolbarPosition.topRight,
});