lineHeight method

VxRichText lineHeight(
  1. double val
)

Sets custom lineHeight with val

Implementation

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