Update toolbar.dart

pull/459/head
mark8044 4 years ago committed by GitHub
parent 377efc35e8
commit 556ed9c41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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] &&

Loading…
Cancel
Save