diff --git a/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart b/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart index f6cc1b52de7..eb0e45f5d2a 100644 --- a/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart +++ b/packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart @@ -31,7 +31,7 @@ abstract class CustomPointerScrollView extends BoxScrollView { super.physics, super.shrinkWrap, super.padding, - super.scrollCacheExtent, + super.cacheExtent, super.semanticChildCount, super.dragStartBehavior, this.customPointerSignalHandler,