createController static method
Creates an ArcGISMapViewController for use with an ArcGISMapView.
Provide an ArcGISMapViewController to ArcGISMapView via controllerProvider.
Implementation
static ArcGISMapViewController createController() {
return ArcGISMapViewController._(
width: 0,
height: 0,
screenScale: 1,
pulse: _PulseThread.userDefined,
);
}