update document: build arguments

pull/1421/head
kiwamizamurai 2 years ago
parent 8cb14b8155
commit e1ff107028
  1. 1
      README.md
  2. 1
      doc_cn.md

@ -254,6 +254,7 @@ class NotesEmbedBuilder extends EmbedBuilder {
Embed node, Embed node,
bool readOnly, bool readOnly,
bool inline, bool inline,
TextStyle textStyle,
) { ) {
final notes = NotesBlockEmbed(node.value.data).document; final notes = NotesBlockEmbed(node.value.data).document;

@ -261,6 +261,7 @@ class NotesEmbedBuilder extends EmbedBuilder {
Embed node, Embed node,
bool readOnly, bool readOnly,
bool inline, bool inline,
TextStyle textStyle,
) { ) {
final notes = NotesBlockEmbed(node.value.data).document; final notes = NotesBlockEmbed(node.value.data).document;

Loading…
Cancel
Save