setLineGapWidth method
Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap. Default value: 0. Minimum value: 0. The unit of lineGapWidth is in pixels.
Implementation
Future<void> setLineGapWidth(double lineGapWidth) =>
_annotationMessenger.setLineGapWidth(id, lineGapWidth);