hiddenReverse constant

LayoutOverflow const hiddenReverse

Content scrolls and is clipped, with reversed scroll direction.

Similar to hidden, but the scroll direction is reversed.

Implementation

static const LayoutOverflow hiddenReverse = LayoutOverflow(true, true, true);