surfaceTintColor property

  1. @override
Color? surfaceTintColor
final

Color of the chip's surface tint overlay when its elevation is greater than 0.

This is not recommended for use. Material 3 spec introduced a set of tone-based surfaces and surface containers in its ColorScheme, which provide more flexibility. The intention is to eventually remove surface tint color from the framework.

If this is null, defaults to Colors.transparent.

Implementation

@override
final Color? surfaceTintColor;