Creates a box whose width and height are equal.
SizedBox.square({this.child, double? dimension}) : width = dimension, height = dimension;