surfaceTintColor property Null safety
final
The color used as an overlay on backgroundColor to indicate elevation.
If null, NavigationBarThemeData.surfaceTintColor is used. If that is also null, the default value is ColorScheme.surfaceTint.
See Material.surfaceTintColor for more details on how this overlay is applied.
Implementation
final Color? surfaceTintColor;