dividerColor property

Color dividerColor
final

The color of Dividers and PopupMenuDividers, also used between ListTiles, between rows in DataTables, and so forth.

To create an appropriate BorderSide that uses this color, consider Divider.createBorderSide.

Implementation

final Color dividerColor;