MapCreatedCallback typedef Basic

MapCreatedCallback = void Function(MapController controller)

Callback that fires once the native MapLibre map has been created for a MapLibreMap widget. It provides the MapController to the user.

Implementation

typedef MapCreatedCallback = void Function(MapController controller);