cancel method Null safety
override
Release the Scrollable, potentially letting it go ballistic if necessary.
Implementation
@override
void cancel() {
delegate.goBallistic(0.0);
}
Release the Scrollable, potentially letting it go ballistic if necessary.
@override
void cancel() {
delegate.goBallistic(0.0);
}