diff --git a/sky/packages/sky/lib/src/fn3/tabs.dart b/sky/packages/sky/lib/src/fn3/tabs.dart index 2739ec6aad2..61718feaba4 100644 --- a/sky/packages/sky/lib/src/fn3/tabs.dart +++ b/sky/packages/sky/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;