maxOffset property

double get maxOffset

Height in pixels from the top of the bounding box at which the sheet ends to draw.

Implementation

double get maxOffset {
  final maxOffset = behavior.maxOffset;
  return maxOffset > minOffset ? maxOffset : availablePixels;
}