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