getLineGapWidth method

Future<double?> getLineGapWidth()

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<double?> getLineGapWidth() => _annotationMessenger.getLineGapWidth(id);