call method

Widget call(
  1. RichTextBuild builder
)

Implementation

Widget call(RichTextBuild builder) {
  builder(this);
  return buildText();
}