dividerColor property
Default TabBar parameter
The color of the divider. If null and ThemeData.useMaterial3 is true, TabBarTheme.dividerColor color is used. If that is null and ThemeData.useMaterial3 is true, ColorScheme.surfaceVariant will be used, otherwise divider will not be drawn.
Implementation
final Color? dividerColor;