selectedColor property

Color? selectedColor
final

Use color instead. Will be deprecated in future release.

Custom color to override pill background color.

Defaults to colorScheme.secondary.withOpacity(0.1)

Implementation

final Color? selectedColor;