Update toolbar.dart

pull/603/head
mark8044 3 years ago committed by GitHub
parent 19506ea15e
commit 6cac5a2c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

@ -94,7 +94,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
bool showQuote = true,
bool showIndent = true,
bool showLink = true,
bool showHistory = true,
bool showUndo = true,
bool showRedo = true,
bool multiRowsDisplay = true,
@ -126,7 +125,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
Key? key,
}) {
final isButtonGroupShown = [
showHistory ||
showBoldButton ||
showItalicButton ||
showSmallButton ||

Loading…
Cancel
Save