Update toolbar.dart

pull/461/head
mark8044 4 years ago committed by GitHub
parent 03c4b793de
commit 68d856b104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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 = 4,
this.toolBarSectionSpacing,
this.color,
this.filePickImpl,
this.multiRowsDisplay,
@ -443,6 +443,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
? Wrap(
alignment: WrapAlignment.center,
runSpacing: 4,
spacing:toolBarSectionSpacing,
//spacing: _toolBarSectionSpacing,
children: children,
)

Loading…
Cancel
Save