surfaceTintColor property

  1. @override
Color? surfaceTintColor
final

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

If this is null and ThemeData.useMaterial3 is true, then ColorScheme.surfaceTint color is used. Otherwise, it defaults to null.

Implementation

@override
final Color? surfaceTintColor;