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