fontSize method

TextBuilder fontSize(
  1. double size
)

Implementation

TextBuilder fontSize(double size) {
  _fontSize = size;
  return this;
}