Update toolbar.dart

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

@ -60,7 +60,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
const QuillToolbar({ const QuillToolbar({
required this.children, required this.children,
this.toolBarHeight = 36, this.toolBarHeight = 36,
this.toolBarSectionSpacing, this.toolBarSectionSpacing = 4,
this.color, this.color,
this.filePickImpl, this.filePickImpl,
this.multiRowsDisplay, this.multiRowsDisplay,

Loading…
Cancel
Save