Fix separator not showing properly

pull/1362/head
Miloš Karakaš 2 years ago committed by GitHub
parent 887fd8d8ac
commit 4ffba5da23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lib/src/widgets/toolbar.dart

@ -175,11 +175,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
showBackgroundColorButton ||
showClearFormat ||
embedButtons?.isNotEmpty == true,
showAlignmentButtons || showDirection,
showLeftAlignment,
showCenterAlignment,
showRightAlignment,
showJustifyAlignment,
(showAlignmentButtons && (showLeftAlignment || showCenterAlignment || showRightAlignment || showJustifyAlignment)) || showDirection,
showHeaderStyle,
showListNumbers || showListBullets || showListCheck || showCodeBlock,
showQuote || showIndent,

Loading…
Cancel
Save