surfaceTintColor property

Color? surfaceTintColor
final

The color used as an overlay on backgroundColor to indicate elevation.

If null, MaterialBannerThemeData.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;