body2 method

RichTextBuilder body2(
  1. String text
)

Implementation

RichTextBuilder body2(String text) {
  return applyChild(text, baseStyle: textTheme.bodyText2);
}