setTextLineHeight method Null safety
- double textLineHeight
Text leading value for multi-line text.
Implementation
Future<void> setTextLineHeight(double textLineHeight) =>
messager.setTextLineHeight(id, textLineHeight);
Text leading value for multi-line text.
Future<void> setTextLineHeight(double textLineHeight) =>
messager.setTextLineHeight(id, textLineHeight);