Creates a box with the specified size.
SizedBox.fromSize({ super.key, super.child, Size? size }) : width = size?.width, height = size?.height;