actualSheetOffset property

double get actualSheetOffset

Returns the offset from the top of the screen to the top of the sheet.

This value is calculated at the layout stage and represents the actual offset within cliping bounds.

Implementation

double get actualSheetOffset => _actualOffset;