badgeContainerColor property

Color? badgeContainerColor
final

The color of the surface where this badge is being drawn on. Typically, this will be the surface color. However, in cases where this widget is used in a context with a different surface color, such as in an AppBar, this value should be set to the AppBar's background color.

This color is later used to draw a border around the count bubble.

Implementation

final Color? badgeContainerColor;