widget_and_text_animator icon indicating copy to clipboard operation
widget_and_text_animator copied to clipboard

Wrapping one `WidgetAnimator` in another `WidgetAnimator` can cause issues

Open andrewpmoore opened this issue 2 years ago • 0 comments

If one WidgetAnimator is wrapped in another then if there's a change to the lower level one it won't re-render (unless the key changes on the parent one), but a change of key on the parent widget means that any outgoing effects won't trigger.

At the moment a stack would need to be used to try and simulate one WidgetAnimator in another

andrewpmoore avatar Apr 21 '22 15:04 andrewpmoore