From 48ffee67b4b01b9610c2148bff7a676aa20d65b7 Mon Sep 17 00:00:00 2001 From: kiwamizamurai <24860100+kiwamizamurai@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:19:03 +0900 Subject: [PATCH] update document: build arguments (#1421) --- README.md | 1 + doc_cn.md | 1 + 2 files changed, 2 insertions(+) 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;