chipSchemeColor property

SchemeColor? chipSchemeColor
final

Defines which Theme based ColorScheme based color the Chip's use as their base color.

If not defined it defaults to theme.colorScheme.primary color.

Implementation

final SchemeColor? chipSchemeColor;