never static method

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

Implementation

static PaginatedSearchBarBuilderStateProperty never() =>
    PaginatedSearchBarBuilderStateProperty(
        (_context) => StateProperty.never<PaginatedSearchBarState>());