getLineRoundLimit method

Future<double?> getLineRoundLimit()

Used to automatically convert round joins to miter joins for shallow angles. Default value: 1.05.

Implementation

Future<double?> getLineRoundLimit() =>
    _annotationMessenger.getLineRoundLimit(id);