beginGetter property
used to choose which direction you are using. e.g. axis == Axis.horizontal ? (r) => r.left : (r) => r.top
Implementation
AxisValueGetter get beginGetter;
used to choose which direction you are using. e.g. axis == Axis.horizontal ? (r) => r.left : (r) => r.top
AxisValueGetter get beginGetter;