dividerColor property

Color? dividerColor
final

The color of the divider.

If null and ThemeData.useMaterial3 is false, TabBarTheme.dividerColor color is used. If that is null and ThemeData.useMaterial3 is true, ColorScheme.outlineVariant will be used, otherwise divider will not be drawn.

Implementation

final Color? dividerColor;