Update code introduction

pull/882/head
X Code 3 years ago
parent 7f5a752129
commit a1508d0e80
  1. 3
      CodeIntroduction.md

@ -5,7 +5,7 @@ This document describes the most important files and classes in Quill.
**editor.dart** **editor.dart**
`abstract EditorState &rarr; extends State<RawEditor>` `abstract EditorState extends State<RawEditor>`
- RawEditorState can be reference from QuillEditorState. This interface details several methods that are available from the mixins added to the RawEditor class. - RawEditorState can be reference from QuillEditorState. This interface details several methods that are available from the mixins added to the RawEditor class.
- These methods are defined in the inherited classes from Flutter. So this Class helps us keep in mind several useful methods such as: - These methods are defined in the inherited classes from Flutter. So this Class helps us keep in mind several useful methods such as:
- showToolbar() - showToolbar()
@ -106,6 +106,7 @@ There methods are pivotal for synchronising the position of inline reactions to
**controller.dart** **controller.dart**
Embeds can be introduced as Embedabble via the controller, not only Quill. This method can be tracked to understand how to add topic from state store. Embeds can be introduced as Embedabble via the controller, not only Quill. This method can be tracked to understand how to add topic from state store.
### QuillController ### QuillController

Loading…
Cancel
Save