size method

VxRichText size(
  1. double size
)

To set fontSize of the text using size

Implementation

VxRichText size(double size) => this.._fontSize = size;