Skip to content

Commit 4fa7d4c

Browse files
ellietterishika0212
authored andcommitted
scrollCacheExtent -> cacheExtent
1 parent 29fc97a commit 4fa7d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class CustomPointerScrollView extends BoxScrollView {
3131
super.physics,
3232
super.shrinkWrap,
3333
super.padding,
34-
super.scrollCacheExtent,
34+
super.cacheExtent,
3535
super.semanticChildCount,
3636
super.dragStartBehavior,
3737
this.customPointerSignalHandler,

0 commit comments

Comments
 (0)