We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4867c2 commit 907c026Copy full SHA for 907c026
lib/src/utils/src/nested_scroll_util.dart
@@ -270,7 +270,7 @@ class NestedScrollUtil {
270
targetOffset -= offset?.call(targetOffset) ?? 0;
271
targetOffset += calcResult.targetChildLayoutOffset;
272
if (duration != null && curve != null) {
273
- outerScrollController.animateTo(
+ await outerScrollController.animateTo(
274
targetOffset,
275
duration: duration,
276
curve: curve,
0 commit comments