maxHeight property
double
get
maxHeight
Height in pixels from the top of the bounding box at which the sheet ends to draw.
Implementation
double get maxHeight =>
availablePixels - (clipByHeader ? (componentSizes.header) : 0.0);