acceptButtonBuilder property
Optional builder for the accept button at the bottom of the map.
The builder receives AcceptButtonData containing:
onPressed: Callback when button is pressed (null when disabled)isEnabled: Whether button should be enabledcurrentLocation: The selected location coordinatescurrentAddress: The selected address string
If null, uses the default accept button implementation.
Implementation
final AcceptButtonBuilder? acceptButtonBuilder;