diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index f3ab2c22..04c2c102 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -288,8 +288,8 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { controller: controller, iconSize: toolbarIconSize, iconTheme: iconTheme, - showCenterAlignment: showCenterAlignment - showRightAlignment: showRightAlignment + showCenterAlignment: showCenterAlignment, + showRightAlignment: showRightAlignment, showJustifyAlignment: showJustifyAlignment, ), if (isButtonGroupShown[1] &&