jumpToWithoutSettling abstract method

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

Deprecated. Use jumpTo or a custom ScrollPosition instead.

Implementation

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