I have to shift my widget in stack by (size of screen - size of widget A which I can obtain from key). Both values are available only after build, but as I know I should initialize my animations in initState. Is there a way to initialize my Tween animation after build completed?