surfaceTintColor property

  1. @override
Color? surfaceTintColor
final

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

The default is null.

Implementation

@override
final Color? surfaceTintColor;