acceptButtonBuilder property

AcceptButtonBuilder? acceptButtonBuilder
final

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 enabled
  • currentLocation: The selected location coordinates
  • currentAddress: The selected address string

If null, uses the default accept button implementation.

Implementation

final AcceptButtonBuilder? acceptButtonBuilder;