-straggler- Rename Scrollbehavior release() to createFlingScrollSimulation()
This commit is contained in:
parent
c3510b7d94
commit
e24b4e33e3
@ -368,7 +368,7 @@ class _TabsScrollBehavior extends BoundedBehavior {
|
|||||||
|
|
||||||
bool isScrollable = true;
|
bool isScrollable = true;
|
||||||
|
|
||||||
Simulation release(double position, double velocity) {
|
Simulation createFlingScrollSimulation(double position, double velocity) {
|
||||||
if (!isScrollable)
|
if (!isScrollable)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user