RichEditor constructor

RichEditor({
  1. Key? key,
  2. bool isEditing = false,
  3. required List richDetails,
})

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);