mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
-straggler- Rename Scrollbehavior release() to createFlingScrollSimulation()
This commit is contained in:
parent
2459b3a026
commit
451e11af6e
@ -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