TextMarked constructor

const TextMarked({
  1. required RichTextBase text,
})

Text Marked constructor.

Implementation

const TextMarked({
  required this.text,
}) : super._();