2

I have flexible text widget at the top of screen in which will be some text that may be really big. If text in it become really big user might scroll the screen down to find other widgets on this screen

Right now if text become big my other widgets will move down, but screen will be same size

enter image description here

marc_s
760k186 gold badges1.4k silver badges1.5k bronze badges
asked Oct 9, 2021 at 10:21
1

1 Answer 1

3

Wrape your text with SingleChildScrollView and then add this line

 scrollDirection: Axis.horizontal,
answered Oct 9, 2021 at 10:25
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.