Open luckymehndiratta opened 4 years ago
as we used in our project and insert the text into a row and then column then put this AutoSizeText nothing will happen and yellow lines still show
The AutoSizetext widget needs bounded constraints to work. So, if you want to use it as a child of the Column, you can wrap the AutoSizeText widget inside a Flexible widget.
AutoSizetext
AutoSizeText
Flexible
as we used in our project and insert the text into a row and then column then put this AutoSizeText nothing will happen and yellow lines still show