motion_widget
motion_widget copied to clipboard
Unable to update child of MotionElement with provider
trafficstars
The children of my MotionElements are widgets that rely on a provider for theming.
I'm trying to use the Motion<Column> for my onboarding, in which you can also pick a theme that is updated live.
Everything is changing properly despite the children that are wrapped in the MotionElement class, when notifyListeners() is called. Even setState() doesn't help with this.
Is this intended and is there a way to fix this behaviour?