read-only
Defines when viewport scrollOffsets are clamped in terms of the scrollDirection.
If edge is leading the viewport's scrollOffset will be clamped at its minimum
value (often 0.0). If edge is trailing then the scrollOffset will be clamped
to its maximum value. If edge is both then both the leading and trailing
constraints are applied.