fontSize method

TextBuilder fontSize(
  1. double size
)

Implementation

TextBuilder fontSize(double size) => this.._fontSize = size;