pixels property

double pixels

Get the current pixel height of the attached sheet.

Implementation

double get pixels {
  _assertAttached();
  return _attachedController!.extent.currentPixels;
}