Creates a box with the specified size.
SizedBox.fromSize({this.child, PdfPoint? size}) : width = size?.x, height = size?.y;