getLineBorderWidth method

Future<double?> getLineBorderWidth()

The width of the line border. A value of zero means no border. Default value: 0. Minimum value: 0.

Implementation

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