color property

Color? color
final

Accent color (an ARGB integer like the constants in Color) to be applied by the standard Style templates when presenting this notification.

The current template design constructs a colorful header image by overlaying the icon image (stenciled in white) atop a field of this color. Alpha components are ignored.

If this color is null, a system default color is used.

Implementation

final Color? color;