Update toolbar.dart

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

@ -433,7 +433,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
@override
Size get preferredSize => Size.fromHeight(toolBarHeight);
int get toolbarSectionSpacing => toolbarSectionSpacing;
double get toolbarSectionSpacing => toolbarSectionSpacing;
@override
Widget build(BuildContext context) {

Loading…
Cancel
Save