optionChipBackgroundColor property

Color? optionChipBackgroundColor
final

The background color for the unselected option chips.

Defaults to Theme.of(context).colorScheme.surface.

Implementation

final Color? optionChipBackgroundColor;