update document: build arguments (#1421)

pull/1424/head
kiwamizamurai 2 years ago committed by GitHub
parent 8cb14b8155
commit 48ffee67b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md
  2. 1
      doc_cn.md

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

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

Loading…
Cancel
Save