accepted property Null safety
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, cannot be null.
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, cannot be null.
bool accepted = true;