From c14b6b44be61c9fc467ca6fba14436b675315a31 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 14 Nov 2021 18:58:26 -0800 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index b2f72c23..9926cea3 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -60,7 +60,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { const QuillToolbar({ required this.children, this.toolBarHeight = 36, - this.toolBarSectionSpacing, + this.toolBarSectionSpacing = 4, this.color, this.filePickImpl, this.multiRowsDisplay,