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