Update toolbar.dart

pull/461/head
mark8044 4 years ago committed by GitHub
parent 9a09d1fc36
commit 87c672e368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

@ -60,7 +60,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
const QuillToolbar({
required this.children,
this.toolBarHeight = 36,
this.toolBarSectionSpacing = 4,
this.color,
this.filePickImpl,
this.multiRowsDisplay,
@ -444,7 +443,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
alignment: WrapAlignment.center,
runSpacing: 4,
spacing: _toolBarSectionSpacing,
//spacing: _toolBarSectionSpacing,
children: children,
)
: Container(

Loading…
Cancel
Save