Convert a sheet's pixel height to size (fractional value of parent container height).
double pixelsToSize(double pixels) { _assertAttached(); return _attachedController!.extent.pixelsToSize(pixels); }