shrinkWrap property

bool? shrinkWrap
final

Whether the search view should shrink-wrap its contents.

Has no effect if the search view is full-screen.

If null, the value of SearchViewThemeData.shrinkWrap will be used. If this is also null, then the default value is false.

Implementation

final bool? shrinkWrap;