dividerColor property

Color? dividerColor
final

Defines color used for dividers if hasDividers is true.

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

Implementation

final Color? dividerColor;