ALWAYS constant

OverScrollMode const ALWAYS

Always allow a user to over-scroll this view, provided it is a view that can scroll.

Implementation

static const ALWAYS = OverScrollMode._internal(0, 0);