iconColor property
The color of the notification icon.
Only customizable for Android. On iOS, app default icon will be shown.
The icon is monochrome (light or dark) in the status bar but in expanded view it gets a background color that can be set with this parameter.
If null
, the icon will have a default color.
Defaults to null
.
Implementation
final Color? iconColor;