light2 method

RichTextBuilder light2(
  1. String text
)

Implementation

RichTextBuilder light2(String text) {
  return applyChild(text, baseStyle: lightStyle2);
}