diff --git a/packages/flutter/lib/src/fn3/tabs.dart b/packages/flutter/lib/src/fn3/tabs.dart index 2739ec6aad..61718feaba 100644 --- a/packages/flutter/lib/src/fn3/tabs.dart +++ b/packages/flutter/lib/src/fn3/tabs.dart @@ -368,7 +368,7 @@ class _TabsScrollBehavior extends BoundedBehavior { bool isScrollable = true; - Simulation release(double position, double velocity) { + Simulation createFlingScrollSimulation(double position, double velocity) { if (!isScrollable) return null;