highlightColor property

Color? highlightColor
final

Defines the highlight color of the panel if canTapOnHeader is true, or the highlight color of the expand/collapse IconButton if canTapOnHeader is false.

If this is null, then the icon button will use its default highlight color ThemeData.highlightColor, and the panel will use its default highlight color ThemeData.highlightColor (if canTapOnHeader is true).

Implementation

final Color? highlightColor;