never static method

Resolves null as the behavior independent of the current state of the system.

Implementation

static PaginatedSearchBarStyleStateProperty<Null> never() =>
    PaginatedSearchBarStyleStateProperty<Null>(
      StateProperty.never<PaginatedSearchBarState>(),
    );