pixels property
Get the current pixel height of the attached sheet.
Implementation
double get pixels {
_assertAttached();
return _attachedController!.extent.currentPixels;
}
Get the current pixel height of the attached sheet.
double get pixels {
_assertAttached();
return _attachedController!.extent.currentPixels;
}