dogaozyagci 7cbb76d147
Clarify deprecation notice for jumpToWithoutSettling in scroll_position.dart (#167200)
## Description

Improved the `@Deprecated` message for `jumpToWithoutSettling` to
clarify the risks
and suggest appropriate alternatives like `jumpTo` or using a custom
`ScrollPosition`.

This makes the warning more informative for developers, in line with
Flutter's documentation practices.

## Checklist

- [x] Documentation-only change
- [x] No functional logic modified
- [x] Analysis and tests unaffected
2025-05-16 16:38:58 +00:00
..