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