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