viewBackgroundColor property
final
The search view's background fill color.
If null, the value of SearchViewThemeData.backgroundColor will be used. If this is also null, then the default value is ColorScheme.surfaceContainerHigh.
Implementation
final Color? viewBackgroundColor;