size property

double size

Get the current size (as a fraction of the parent height) of the attached sheet.

Implementation

double get size {
  _assertAttached();
  return _attachedController!.extent.currentSize;
}