mirror of
https://github.com/flutter/flutter.git
synced 2026-02-15 23:33:36 +08:00
-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;
|
||||
|
||||
Simulation release(double position, double velocity) {
|
||||
Simulation createFlingScrollSimulation(double position, double velocity) {
|
||||
if (!isScrollable)
|
||||
return null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user