setTextLineHeight method

Future<void> setTextLineHeight(
  1. double textLineHeight
)

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);