OVER_SCROLL_IF_CONTENT_SCROLLS constant

AndroidOverScrollMode const OVER_SCROLL_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 OVER_SCROLL_IF_CONTENT_SCROLLS =
    const AndroidOverScrollMode._internal(1);