surfaceTint property

Color? surfaceTint
final

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

If this is null, no overlay will be applied. Otherwise the this color will be composited on top of color with an opacity related to elevation and used to paint the background of the card.

The default is null.

Implementation

final Color? surfaceTint;