jumpToWithoutSettling abstract method
- @Deprecated('This method bypasses scroll activity management and can cause inconsistent layouts ' 'or scrolling behavior. Use jumpTo or a custom ScrollPosition instead.')
- double value
Deprecated. Use jumpTo or a custom ScrollPosition instead.
Implementation
// flutter_ignore: deprecation_syntax, https://github.com/flutter/flutter/issues/44609
@Deprecated(
'This method bypasses scroll activity management and can cause inconsistent layouts '
'or scrolling behavior. Use jumpTo or a custom ScrollPosition instead.',
)
void jumpToWithoutSettling(double value);