Update toolbar.dart

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

@ -432,7 +432,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
@override
Size get preferredSize => Size.fromHeight(toolBarHeight);
double get _toolBarSectionSpacing => toolbarSectionSpacing;
double get toolBarSectionSpacing2 => toolbarSectionSpacing;
@override
Widget build(BuildContext context) {
@ -442,7 +442,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
? Wrap(
alignment: WrapAlignment.center,
runSpacing: 4,
spacing: _toolBarSectionSpacing,
spacing: toolBarSectionSpacing2,
children: children,
)
: Container(

Loading…
Cancel
Save