0

How do you center two texts in containers inside a row widget?

Esmaeil Ahmadipour
  • 840
  • 1
  • 11
  • 32
  • 4
    Welcome to stack overflow, please add the code as text using the Code Sample option in the editor {}, this will be useful to reproduce the code and many other benefits. Also please provide more details about what you've done and want you want to achieve. – Wilson Toribio Apr 14 '22 at 17:09
  • 1
    Please provide enough code so others can better understand or reproduce the problem. – Community Apr 15 '22 at 05:14

1 Answers1

0

Remove Center widget and put

Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
...)