MapsToolbar constructor

const MapsToolbar({
  1. Key? key,
  2. EdgeInsets? margin,
  3. Alignment? alignment,
  4. int? top,
  5. int? bottom,
  6. int? left,
  7. int? right,
  8. MapLayerChangeCallback? onMapLayerChanged,
  9. ShowLocationButtonCallback? onShowLocationButtonCallback,
})

Implementation

const MapsToolbar(
    {super.key,
    this.margin,
    this.alignment,
    this.top,
    this.bottom,
    this.left,
    this.right,
    this.onMapLayerChanged,
    this.onShowLocationButtonCallback});