accepted property
getter/setter pair
Whether the current overscroll event will allow for the indicator to be shown.
Calling disallowIndicator sets this to false, preventing the over scroll indicator from showing.
Defaults to true.
Implementation
@protected
@visibleForTesting
/// Whether the current overscroll event will allow for the indicator to be
/// shown.
///
/// Calling [disallowIndicator] sets this to false, preventing the over scroll
/// indicator from showing.
///
/// Defaults to true.
bool accepted = true;