Update README.md

pull/1036/head
X Code 2 years ago committed by GitHub
parent c25f50f018
commit 6e74971ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -94,7 +94,7 @@ var myJSON = jsonDecode(incomingJSONText);
_controller = QuillController( _controller = QuillController(
document: Document.fromJson(myJSON), document: Document.fromJson(myJSON),
selection: TextSelection.collapsed(offset: 0), selection: TextSelection.collapsed(offset: 0),
); );
``` ```
## Web ## Web

Loading…
Cancel
Save