forked from firka/flutter
-straggler- Rename Scrollbehavior release() to createFlingScrollSimulation()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user