From 6d8164efddee4eb8e8d2fbe9c2c76c39f86c1177 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Fri, 5 Jul 2024 01:27:38 -0400 Subject: [PATCH] chore: dart fixes --- .../models/config/toolbar/simple_toolbar_configurations.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/models/config/toolbar/simple_toolbar_configurations.dart b/lib/src/models/config/toolbar/simple_toolbar_configurations.dart index fc85469d..9701bd90 100644 --- a/lib/src/models/config/toolbar/simple_toolbar_configurations.dart +++ b/lib/src/models/config/toolbar/simple_toolbar_configurations.dart @@ -218,8 +218,8 @@ class QuillSimpleToolbarConfigurations extends QuillSharedToolbarProperties { final bool showClipboardCopy; final bool showClipboardPaste; - /// This activates a functionality that is only implemented in [flutter_quill] and is NOT originally - /// used in the [Quill Js API]. So it could cause conflicts if you use this attribute with the original Delta format of Quill Js + /// This activates a functionality that is only implemented in [flutter_quill] and is NOT originally + /// used in the [Quill Js API]. So it could cause conflicts if you use this attribute with the original Delta format of Quill Js final bool showLineHeightButton; /// Toolbar items to display for controls of embed blocks