iconContainerColor property

Color? iconContainerColor
final

The color of the surface where this icon 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 UnreadBadge.

Implementation

final Color? iconContainerColor;