body1 method

RichTextBuilder body1(
  1. String text
)

Implementation

RichTextBuilder body1(String text) {
  return applyChild(text, baseStyle: textTheme.bodyText1);
}