clearChipBackgroundColor property

Color? clearChipBackgroundColor
final

The background color for the 'clear all' chip.

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

Implementation

final Color? clearChipBackgroundColor;