setTextLineHeight method
- double textLineHeight
Text leading value for multi-line text. Default value: 1.2.
Implementation
Future<void> setTextLineHeight(double textLineHeight) =>
messenger.setTextLineHeight(id, textLineHeight);
Text leading value for multi-line text. Default value: 1.2.
Future<void> setTextLineHeight(double textLineHeight) =>
messenger.setTextLineHeight(id, textLineHeight);