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