setFillOutlineColor method
- 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);