AcceptButtonBuilder typedef

AcceptButtonBuilder = Widget Function(BuildContext context, AcceptButtonData data)

Builder function for customizing the accept button widget.

Receives BuildContext and AcceptButtonData. Should return a widget to display at the bottom of the map.

Implementation

typedef AcceptButtonBuilder =
    Widget Function(BuildContext context, AcceptButtonData data);