viewBackgroundColor property

Color? viewBackgroundColor
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.surface.

Implementation

final Color? viewBackgroundColor;