RichTextPlain constructor

RichTextPlain({
  1. required String text,
})

Implementation

RichTextPlain({required this.text});