expandedColor property

Color? expandedColor
final

The background color of the expanded card.

If null, defaults to Theme.of(context).cardColor.

Implementation

final Color? expandedColor;