how to get height of a specific container to be used as a variable for the height of another

Widgets & Design

I have a container (introductionContainer) in which is a textfield that users can input their data, this makes the container change height (which I want).


introductionContainer is in a stack with 2 other containers that I want to create a stacked look. but to get this I need to set these other two containers' height = the introductionContainer which will grow as the user inputs text.


what I want it to look like...

and below is what I have


What have you tried so far?

I've tried set height of the containers to a custom function that would return the height of the introductionContainer but I have not been succesfull

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies