MapControlBuilder constructor

MapControlBuilder({
  1. required MapControlType type,
  2. MapActionMenuOverlaySettings? menuOverlay,
  3. bool? enabled = true,
  4. Future<void> onTap()?,
  5. MapActionStyling? styling,
  6. MapActionTooltip? tooltip,
})

Implementation

MapControlBuilder({
  required this.type,
  this.menuOverlay,
  this.enabled = true,
  this.onTap,
  this.styling,
  this.tooltip,
});