RichTextMarked constructor
const
RichTextMarked({
- required RichText text,
A marked rich text
Implementation
const RichTextMarked({
required this.text,
});
A marked rich text
const RichTextMarked({
required this.text,
});