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.

Implementation

Future<double?> getLineGapWidth() => messenger.getLineGapWidth(id);