applyNewDimensions method
override
Called when the scroll view that is performing this activity changes its metrics.
Implementation
@override
void applyNewDimensions() {
delegate.goBallistic(velocity);
}
Called when the scroll view that is performing this activity changes its metrics.
@override
void applyNewDimensions() {
delegate.goBallistic(velocity);
}