The bounding box of this widget, calculated at layout time
@override PdfRect? get box => child.box;
@override set box(PdfRect? value) => child.box = value;