scroll constant
LayoutOverflow
const scroll
Content scrolls but is not clipped.
The container becomes scrollable, but overflowed content remains visible outside the container boundaries. This can be useful for creating custom scrolling effects.
Implementation
static const LayoutOverflow scroll = LayoutOverflow(true, false, false);