horizontalMetrics$ property

Stream<ScrollMetrics?> get horizontalMetrics$

Stream of horizontal scroll metric updates.

Implementation

Stream<ScrollMetrics?> get horizontalMetrics$ =>
    _horizontalMetricsSubject.stream;