resync method

void resync(
  1. TickerProvider vsync
)

Redefines the vsync of the current animation instance with the given Ticker Provider.

Implementation

void resync(TickerProvider vsync) {
  _spreadAnimation.resync(vsync);
  _fadeAnimation.resync(vsync);
}