IF_CONTENT_SCROLLS constant

OverScrollMode const IF_CONTENT_SCROLLS

Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.

Implementation

static const IF_CONTENT_SCROLLS = OverScrollMode._internal(1, 1);