chipDeleteIconSchemeColor property

SchemeColor? chipDeleteIconSchemeColor
final

Defines which Theme based ColorScheme based color the Chips use as color of the delete icon.

The selected color is only used as base for the Chip colors, it also uses alpha blend and opacity to create the effective Chip colors using the selected scheme color as base.

If not defined it defaults to effective theme based color from using SchemeColor.onSurface.

Implementation

final SchemeColor? chipDeleteIconSchemeColor;