light1 method

RichTextBuilder light1(
  1. String text
)

Implementation

RichTextBuilder light1(String text) {
  return applyChild(text, baseStyle: lightStyle1);
}