getSettings method
Returns the current GesturesSettings.
Supported GesturesSettings fields per platform:
- Mobile (iOS / Android): all fields except GesturesSettings.scrollZoomEnabled, GesturesSettings.boxZoomEnabled, and GesturesSettings.pitchWithRotateEnabled (web only).
- Web: GesturesSettings.scrollEnabled, GesturesSettings.pinchToZoomEnabled, GesturesSettings.rotateEnabled, GesturesSettings.pitchEnabled, GesturesSettings.doubleTapToZoomInEnabled, GesturesSettings.scrollZoomEnabled, GesturesSettings.boxZoomEnabled, GesturesSettings.pitchWithRotateEnabled.
Some of these fields interact on web (e.g. rotate and pitch share a keyboard flag). See each field's own docs for the specifics.
Fields not supported on the current platform return null.
Implementation
Future<GesturesSettings> getSettings() => _impl.getSettings();