scrollReverse constant

LayoutOverflow const scrollReverse

Content scrolls but is not clipped, with reversed scroll direction.

Similar to scroll, but the scroll direction is reversed.

Implementation

static const LayoutOverflow scrollReverse = LayoutOverflow(true, false, true);