verticalRangeFocusEvent property

EventUpdater<List<double>> verticalRangeFocusEvent

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

Implementation

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