Unverified Commit 95d72bf9 authored by Mehmet Fidanboylu's avatar Mehmet Fidanboylu Committed by GitHub

Clarify the docs on what scrollUntilVisible does (#65817)

parent 64a23504
......@@ -971,6 +971,9 @@ abstract class WidgetController {
/// that will build child specified by `finder` when there are multiple
///[Scrollable]s.
///
/// Scroll is performed until the start of the `finder` is visible. This is
/// due to the default parameter values of [Scrollable.ensureVisible] method.
///
/// See also [dragUntilVisible].
Future<void> scrollUntilVisible(
Finder finder,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment