dividerColor property

Color? dividerColor
final

The color of the divider below the title bar.

Defaults to MacosTheme.of(context).dividerColor.

Set it to MacosColors.transparent to remove.

Implementation

final Color? dividerColor;