From 177afea889ae47da8f797e32dc690557d7b84091 Mon Sep 17 00:00:00 2001 From: Aleksei <130981115+MacDeveloper1@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:46:53 +0100 Subject: [PATCH] Minor comment change --- lib/src/models/config/toolbar/buttons/select_header_style.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/models/config/toolbar/buttons/select_header_style.dart b/lib/src/models/config/toolbar/buttons/select_header_style.dart index 6e70c9eb..fb2acc1f 100644 --- a/lib/src/models/config/toolbar/buttons/select_header_style.dart +++ b/lib/src/models/config/toolbar/buttons/select_header_style.dart @@ -29,12 +29,14 @@ class QuillToolbarSelectHeaderStyleButtonsOptions }); /// Default value: + /// ```dart /// const [ /// Attribute.header, /// Attribute.h1, /// Attribute.h2, /// Attribute.h3, /// ] + /// ``` final List? attributes; /// By default we will the toolbar axis from [QuillToolbarConfigurations]