setTextLineHeight method

Future<void> setTextLineHeight(
  1. double textLineHeight
)

Text leading value for multi-line text. Default value: 1.2.

Implementation

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