MapControlBuilder constructor
MapControlBuilder({
- required MapControlType type,
- bool? enabled = true,
- Future<
void> onTap()?, - MapActionStyling? styling,
- MapActionTooltip? tooltip,
Implementation
MapControlBuilder({
required this.type,
this.menuOverlay,
this.enabled = true,
this.onTap,
this.styling,
this.tooltip,
});