How do I individually set text alignment for each line within a Flutter TextField widget, considering different line lengths and maintaining alignment like this
and I try to do this with textEditingController and doing check each character to we have a new line or not, and seperate them, but i think its not very good solution