getTextLineHeight method

Future<double?> getTextLineHeight()

Text leading value for multi-line text. Default value: 1.2. The unit of textLineHeight is in ems.

Implementation

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