diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 386a3d6f..1d7368f4 100644 --- a/lib/src/widgets/toolbar.dart +++ b/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,