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