Update toolbar.dart

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

@ -71,6 +71,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
factory QuillToolbar.basic({
required QuillController controller,
double toolbarIconSize = kDefaultIconSize,
double toolBarSectionSpacing,
bool showBoldButton = true,
bool showItalicButton = true,
bool showSmallButton = false,

Loading…
Cancel
Save