accepted property

  1. @protected
  2. @visibleForTesting
bool accepted
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;