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