setLineBorderWidth method
The width of the line border. A value of zero means no border. Default value: 0. Minimum value: 0.
Implementation
Future<void> setLineBorderWidth(double lineBorderWidth) =>
_annotationMessenger.setLineBorderWidth(id, lineBorderWidth);