sectionDividerColor property

Color? sectionDividerColor
finalinherited

The color to use when painting the toolbar section divider.

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

Implementation

final Color? sectionDividerColor;