surfaceTint property

Color surfaceTint

A color used as an overlay on a surface color to indicate a component's elevation.

Implementation

Color get surfaceTint => _surfaceTint ?? primary;