offset property

double get offset

Current height offset for sheet visible view.

Then the this = 0 - sheet is fully visible. Then the this = availablePixels - sheet is fully hidden

Implementation

double get offset => _offset;