getDefaultSlingshotDistance method
Gets the default distance that the refresh indicator can be pulled beyond its resting position during a swipe gesture.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - SwipeRefreshLayout.DEFAULT_SLINGSHOT_DISTANCE)
Implementation
Future<int> getDefaultSlingshotDistance() =>
platform.getDefaultSlingshotDistance();