From b8633aa54a8163f9ac6e7bf58fce7dff25d75914 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 14 Nov 2021 18:39:42 -0800 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 2cc67ccf..75dfbcdf 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -433,7 +433,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { @override Size get preferredSize => Size.fromHeight(toolBarHeight); - double get toolbarSectionSpacing => toolbarSectionSpacing; + double get _toolbarSectionSpacing => toolbarSectionSpacing; @override Widget build(BuildContext context) { @@ -443,8 +443,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { ? Wrap( alignment: WrapAlignment.center, runSpacing: 4, - //spacing: toolbarSectionSpacing, - spacing:9.0, + spacing: _toolbarSectionSpacing, children: children, ) : Container(