applyNewDimensions method

  1. @override
void applyNewDimensions()
override

Called when the scroll view that is performing this activity changes its metrics.

Implementation

@override
void applyNewDimensions() {
  delegate.goBallistic(0.0);
}