setFillOutlineColor method

Future<void> setFillOutlineColor(
  1. int fillOutlineColor
)

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

Implementation

Future<void> setFillOutlineColor(int fillOutlineColor) =>
    _annotationMessenger.setFillOutlineColor(id, fillOutlineColor);