getLineWidthUnit method

  1. @experimental
Future<LineWidthUnit?> getLineWidthUnit()

Selects the unit of line-width. The same unit is automatically used for line-blur and line-offset. Note: This is an experimental property and might be removed in a future release. Default value: "pixels".

Implementation

@experimental
Future<LineWidthUnit?> getLineWidthUnit() =>
    _annotationMessenger.getLineWidthUnit(id);