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


Solution 1:[1]
Remove Center widget and put
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
...)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Lakshydeep Vikram Sah |