getIconColor method

Future<int?> getIconColor()

The color of the icon. This can only be used with SDF icons. Default value: "#000000".

Implementation

Future<int?> getIconColor() => _annotationMessenger.getIconColor(id);