horizontalRangeFocusEvent property

EventUpdater<List<double>> horizontalRangeFocusEvent

A event update for scaling and panning horizontal coordinate range by cursor focus.

Implementation

static EventUpdater<List<double>> get horizontalRangeFocusEvent =>
    _getRangeUpdate(true, true);