size method

VxTextBuilder size(
  1. double? size
)

To set fontSize of the text using size

Implementation

VxTextBuilder size(double? size) => this.._fontSize = size;