persist method
Keep animation state (don't reset on rebuild)
Implementation
AnimatedWidgetBuilder persist() {
return _copyWith(config: config.copyWith(persist: true));
}
Keep animation state (don't reset on rebuild)
AnimatedWidgetBuilder persist() {
return _copyWith(config: config.copyWith(persist: true));
}