A square box of size on both axes.
size
const MSizedBox.square(double size, {this.child}) : width = size, height = size;