From 87c672e3688fdae14eb993eebef3859d4086257c Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 14 Nov 2021 19:03:48 -0800 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index d1132e7f..43c3e7c9 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -60,7 +60,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { const QuillToolbar({ required this.children, this.toolBarHeight = 36, - this.toolBarSectionSpacing = 4, this.color, this.filePickImpl, this.multiRowsDisplay, @@ -443,8 +442,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { ? Wrap( alignment: WrapAlignment.center, runSpacing: 4, - spacing:_toolBarSectionSpacing, - //spacing: _toolBarSectionSpacing, + spacing: _toolBarSectionSpacing, children: children, ) : Container(