Update toolbar.dart

pull/461/head
mark8044 5 years ago committed by GitHub
parent c14b6b44be
commit c8e155a78b
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);
//double get _toolBarSectionSpacing => toolBarSectionSpacing;
double get _toolBarSectionSpacing => toolBarSectionSpacing;
@override
Widget build(BuildContext context) {

Loading…
Cancel
Save