horizontalOffset property

double get horizontalOffset

Current horizontal scroll offset, or 0 if no clients are attached.

Implementation

double get horizontalOffset =>
    horizontalController.hasClients ? horizontalController.offset : 0;