font method

RichTextBuilder font(
  1. String font
)

Implementation

RichTextBuilder font(String font) {
  return this.._temp = _tmpStyle.copyWith(fontFamily: font);
}