lineHeight method

VxTextBuilder lineHeight(
  1. double val
)

Sets custom lineHeight with val

Implementation

VxTextBuilder lineHeight(double val) => this.._lineHeight = val;