RichEditor constructor
Implementation
RichEditor({Key? key, this.isEditing = false, required this.richDetails})
// // : this._controller = q.QuillController(
// // document: q.Document.fromJson(
// // richDetails), //widget.isRich ? widget.details : null,
// // selection: TextSelection.collapsed(offset: 0),
// // ),
: super(key: key);