getFillOutlineColor method

Future<int?> getFillOutlineColor()

The outline color of the fill. Matches the value of fill-color if unspecified.

Implementation

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