letterSpacing method

VxRichText letterSpacing(
  1. double val
)

Sets custom letterSpacing with val

Implementation

VxRichText letterSpacing(double val) => this.._letterSpacing = val;