textAlign: TextAlign.left ?
Это нужно задать у родителя Row
Use maxLines:null
already
Didn't you wrap the row with SizedBox or anything else?
Just wrap the Text Widget with Flexible Widget in Row
Можно обернуть текст во flexible
Padding, DecoratedBox, another Row, Padding, ConstrainedBox See the code
Text disappeared lol @lyonka2000
You didn't gave maxHeight property to the ConstrainedBox, maybe the problem is related to it...
I don't want to limit max height, it's intended to be expanded as the message becomes bigger
Expanded
Куда я его только не пихал...
Этот экспандед размеры делает под колонку или столбец
Обсуждают сегодня