persist method

Keep animation state (don't reset on rebuild)

Implementation

AnimatedWidgetBuilder persist() {
  return _copyWith(config: config.copyWith(persist: true));
}