textLeading method

void textLeading(
  1. double leading
)

Sets the leading for text that is painted with the text() method.

Implementation

void textLeading(double leading) {
  _textLeading = leading;
}