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

Loading…
Cancel
Save