setTextLineHeight method

Future<void> setTextLineHeight(
  1. double textLineHeight
)

Text leading value for multi-line text.

Implementation

Future<void> setTextLineHeight(double textLineHeight) =>
    messager.setTextLineHeight(id, textLineHeight);