getCircleColor method

Future<int?> getCircleColor()

The fill color of the circle. Default value: "#000000".

Implementation

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