currentScrollOffset property

double currentScrollOffset

The current scroll offset of the Scrollable inside the sheet.

Implementation

double get currentScrollOffset => _extent?.scrollOffset ?? 0.0;