Update toolbar.dart

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

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

Loading…
Cancel
Save