MapsToolbar constructor
const
MapsToolbar({
- Key? key,
- EdgeInsets? margin,
- Alignment? alignment,
- int? top,
- int? bottom,
- int? left,
- int? right,
- MapLayerChangeCallback? onMapLayerChanged,
- ShowLocationButtonCallback? onShowLocationButtonCallback,
Implementation
const MapsToolbar(
{super.key,
this.margin,
this.alignment,
this.top,
this.bottom,
this.left,
this.right,
this.onMapLayerChanged,
this.onShowLocationButtonCallback});