viewSurfaceTintColor property

Color? viewSurfaceTintColor
final

The surface tint color of the search view's Material.

See Material.surfaceTintColor for more details.

If null, the value of SearchViewThemeData.surfaceTintColor will be used. If this is also null, then the default value is ColorScheme.surfaceTint.

Implementation

final Color? viewSurfaceTintColor;