never static method

Resolves null as the value regardless of the state of the scroll view.

Implementation

static EndlessStateProperty never() =>
    EndlessStateProperty((_context) => StateProperty.never<EndlessState>());