Update toolbar.dart

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

@ -443,7 +443,8 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
? Wrap(
alignment: WrapAlignment.center,
runSpacing: 4,
spacing: toolbarSectionSpacing,
//spacing: toolbarSectionSpacing,
spacing:10,
children: children,
)
: Container(

Loading…
Cancel
Save