diff --git a/README.md b/README.md index 4336e9f39..5243038dc 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ class NotesEmbedBuilder extends EmbedBuilder { Embed node, bool readOnly, bool inline, + TextStyle textStyle, ) { final notes = NotesBlockEmbed(node.value.data).document; diff --git a/doc_cn.md b/doc_cn.md index d5389d61d..cca4c12dd 100644 --- a/doc_cn.md +++ b/doc_cn.md @@ -261,6 +261,7 @@ class NotesEmbedBuilder extends EmbedBuilder { Embed node, bool readOnly, bool inline, + TextStyle textStyle, ) { final notes = NotesBlockEmbed(node.value.data).document;