dividerColor property

Color? dividerColor
final

The color of the divider below the toolbar.

Defaults to MacosTheme.of(context).dividerColor.

Set it to MacosColors.transparent to remove.

Implementation

final Color? dividerColor;