searchField property

Widget? searchField
final

The search field used in CupertinoSliverNavigationBar.search.

The provided search field is constrained to a fixed height of 35 pixels in its inactive state, and kMinInteractiveDimensionCupertino pixels in its active state.

Typically a CupertinoSearchTextField.

Implementation

final Widget? searchField;