From e24b4e33e3fbb5d1914f6ce810e4a09f6f8cb37b Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 29 Sep 2015 12:14:19 -0700 Subject: [PATCH] -straggler- Rename Scrollbehavior release() to createFlingScrollSimulation() --- packages/flutter/lib/src/fn3/tabs.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;