richText property

Widget get richText

Implementation

Widget get richText {
  return RichText(
    selectionColor: Colors.black,
    text: TextSpan(children: textSpans, style: TextStyle(fontSize: fontSize)),
  );
}