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 ||
showClearFormat ||
embedButtons?.isNotEmpty == true,
showLeftAlignment || showCenterAlignment || showRightAlignment || showJustifyAlignment || showDirection,
showLeftAlignment ||
showCenterAlignment ||
showRightAlignment ||
showJustifyAlignment ||
showDirection,
showHeaderStyle,
showListNumbers || showListBullets || showListCheck || showCodeBlock,
showQuote || showIndent,

Loading…
Cancel
Save