pull/1362/head
milosKarakas 2 years ago
parent 428bcfc847
commit 702a046a57
  1. 6
      lib/src/widgets/toolbar.dart

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

Loading…
Cancel
Save