setTextLineHeight method
Text leading value for multi-line text. Default value: 1.2. The unit of textLineHeight is in ems.
Implementation
Future<void> setTextLineHeight(double textLineHeight) =>
_annotationMessenger.setTextLineHeight(id, textLineHeight);