lineHeight method

VxSelectableTextBuilder lineHeight(
  1. double val
)

Sets custom lineHeight with val

Implementation

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