dividerColor property
final
The color of the divider.
If this property is null, then the ambient MaterialBannerThemeData.dividerColor is used. If that is also null, the default value is ColorScheme.surfaceVariant.
Implementation
final Color? dividerColor;