jumpToWithoutSettling abstract method

  1. @Deprecated('This will lead to bugs.')
void jumpToWithoutSettling(
  1. double value
)

Deprecated. Use jumpTo or a custom ScrollPosition instead.

Implementation

// flutter_ignore: deprecation_syntax, https://github.com/flutter/flutter/issues/44609
@Deprecated('This will lead to bugs.')
void jumpToWithoutSettling(double value);