Commit e24b4e33 authored by Hans Muller's avatar Hans Muller

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

parent c3510b7d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment