primaryPathBackgroundColor property

Color? primaryPathBackgroundColor
final

The background color for the primary path chip (the first selected item).

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

Implementation

final Color? primaryPathBackgroundColor;