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

This commit is contained in:
Hans Muller 2015-09-29 12:14:19 -07:00
parent c3510b7d94
commit e24b4e33e3

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;