QuillReadOnlyEditor constructor

const QuillReadOnlyEditor(
  1. {Key? key,
  2. String? text,
  3. List? src}
)

Implementation

const QuillReadOnlyEditor({
  super.key,
  this.text,
  this.src,
});