I want to restart the animation.webp animation for every onTouch() event of a widget.
I have a custom Visibility wrapper widget that properly continues the animation from the point it is hidden and becomes visible again, but the looping and timing does not work out perfectly all the time.
Have a feeling I may need to modify the flutter engine to support this, but thought I'd check here first in parallel. Thanks!