beginGetter property

AxisValueGetter beginGetter
override

used to choose which direction you are using. e.g. axis == Axis.horizontal ? (r) => r.left : (r) => r.top

Implementation

AxisValueGetter get beginGetter;