From 556ed9c41d282cc949db208f8cf53252bab42a34 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 14 Nov 2021 09:34:29 -0800 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] &&