viewSurfaceTintColor property

Color? viewSurfaceTintColor
final

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

This is not recommended for use. Material 3 spec introduced a set of tone-based surfaces and surface containers in its ColorScheme, which provide more flexibility. The intention is to eventually remove surface tint color from the framework.

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;