Update toolbar.dart

pull/461/head
mark8044 4 years ago committed by GitHub
parent f041ce7236
commit e3cdb67100
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;
int get toolbarSectionSpacing => toolbarSectionSpacing;
@override
Widget build(BuildContext context) {

Loading…
Cancel
Save