fontSize method

RichTextBuilder fontSize(
  1. double size
)

Implementation

RichTextBuilder fontSize(double size) {
  return this.._temp = _tmpStyle.copyWith(fontSize: size);
}