dividerColor property

Color? dividerColor
final

Defines color for the divider when ExpansionPanel.isExpanded is false.

If dividerColor is null, then DividerThemeData.color is used. If that is null, then ThemeData.dividerColor is used.

Implementation

final Color? dividerColor;