I am trying to create square buttons, but Expanded doesn\'t seem to work the same as it does with containers. Take the following code for example
new Expanded(
Add the crossAxisAlignment property to your Row;
crossAxisAlignment
Row
crossAxisAlignment: CrossAxisAlignment.stretch