getDefaultSlingshotDistance method

Future<int> getDefaultSlingshotDistance()

Gets the default distance that the refresh indicator can be pulled beyond its resting position during a swipe gesture.

Officially Supported Platforms/Implementations:

Implementation

Future<int> getDefaultSlingshotDistance() {
  throw UnimplementedError(
      'getDefaultSlingshotDistance is not implemented on the current platform');
}