text method
Implementation
RichTextBuilder text(String text, {TextStyle? style}) {
return applyChild(text, baseStyle: style ?? textTheme.bodyText2);
}
RichTextBuilder text(String text, {TextStyle? style}) {
return applyChild(text, baseStyle: style ?? textTheme.bodyText2);
}