How do i add spacing between the text and the edge of the screen and make both the name and email aligned
This is my current code and it shows the information left justified with the line
‘crossAxisAlignment: CrossAxisAlignment.start,’ but i want to align the words name and email in the middle of the page how do I do that?enter image description here
3
Answers
Use row please like this
Please prefer pasting a real code instead of a screenshot it makes answering easier
You can user Sizebox or use Align widget
You can use
Row
widget to display widgets in horizontal view.Example: