diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 10114d25..cb0fbe8d 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,