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>());
Resolves null
as the value regardless of the state of the scroll view.
static EndlessStateProperty never() =>
EndlessStateProperty((_context) => StateProperty.never<EndlessState>());