autoPan property

AutoPanExtension? get autoPan

Gets the autopan extension, or null if not configured.

Returns null if the extension is not registered, which effectively disables autopan functionality. Use null-aware operators to safely access autopan features.

Implementation

AutoPanExtension? get autoPan => resolveExtension<AutoPanExtension>();