setLineRoundLimit method Null safety
- double lineRoundLimit
Used to automatically convert round joins to miter joins for shallow angles.
Implementation
Future<void> setLineRoundLimit(double lineRoundLimit) =>
messager.setLineRoundLimit(id, lineRoundLimit);