color property

  1. @override
WidgetStateProperty<Color?>? color
final

The color that fills the chip, in all WidgetStates.

Defaults to null.

Resolves in the following states:

Implementation

@override
final WidgetStateProperty<Color?>? color;