all static method
Resolves the given builder in all cases regardless of the state of the scroll view.
Implementation
static PaginatedSearchBarBuilderStateProperty all(
StatelessWidgetResolver builder) =>
PaginatedSearchBarBuilderStateProperty(
(BuildContext context) =>
StateProperty.all<PaginatedSearchBarState, Widget>(
() => builder(context)),
);