controllerProvider property
final
A function that provides the GeoViewController
of the target map. This should return the same controller that is provided to the
corresponding ArcGISMapView
or ArcGISSceneView
.
Implementation
final GeoViewController Function() controllerProvider;