size property
Get the current size (as a fraction of the parent height) of the attached sheet.
Implementation
double get size {
_assertAttached();
return _attachedController!.extent.currentSize;
}
Get the current size (as a fraction of the parent height) of the attached sheet.
double get size {
_assertAttached();
return _attachedController!.extent.currentSize;
}