getTextLineHeight method

Future<double?> getTextLineHeight()

Text leading value for multi-line text.

Implementation

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