isFullScreen property

bool? isFullScreen
final

Whether the search view grows to fill the entire screen when the SearchAnchor is tapped.

By default, the search view is full-screen on mobile devices. On other platforms, the search view only grows to a specific size that is determined by the anchor and the default size.

Implementation

final bool? isFullScreen;