Creates a box with equal width and height set to dimension.
dimension
const SizedBox.square({super.key, required int dimension, super.child}) : width = dimension, height = dimension;