-straggler- Rename Scrollbehavior release() to createFlingScrollSimulation()

This commit is contained in:
Hans Muller 2015-09-29 12:14:19 -07:00
parent 2459b3a026
commit 451e11af6e

View File

@ -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;