MapToolbarSettings constructor

const MapToolbarSettings({
  1. Color? iconColor,
  2. Color? itemBackgroundColor,
  3. Color? itemHoverColor,
  4. Axis direction = Axis.horizontal,
  5. MapToolbarPosition position = MapToolbarPosition.topRight,
})

Creates a MapToolbarSettings.

Implementation

const MapToolbarSettings({
  this.iconColor,
  this.itemBackgroundColor,
  this.itemHoverColor,
  this.direction = Axis.horizontal,
  this.position = MapToolbarPosition.topRight,
});