surfaceTintColor property Null safety
final
The color of the surface tint overlay applied to the app bar's background color to indicate elevation.
If null no overlay will be applied.
This property is used to configure an AppBar.
Implementation
final Color? surfaceTintColor;