debugStartScalePop method

  1. @visibleForTesting
void debugStartScalePop()

Starts the threshold-crossing scale pop.

Implementation

@visibleForTesting

/// Starts the threshold-crossing scale pop.
void debugStartScalePop() {
  _scaleController.forward(from: 0.0);
}