Update toolbar.dart

pull/462/head
mark8044 4 years ago committed by GitHub
parent 9166760b7b
commit 3ec76723a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

@ -72,7 +72,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
required QuillController controller,
double toolbarIconSize = kDefaultIconSize,
double toolBarSectionSpacing = 4,
WrapAlignment toolBarIconAlignment = WrapAlignment.left,
WrapAlignment toolBarIconAlignment = WrapAlignment,
bool showBoldButton = true,
bool showItalicButton = true,
bool showSmallButton = false,

Loading…
Cancel
Save