Update toolbar.dart (#458)

pull/460/head
mark8044 3 years ago committed by GitHub
parent 7f61a1713d
commit cfe5d78a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/toolbar.dart

@ -281,6 +281,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
SelectAlignmentButton( SelectAlignmentButton(
controller: controller, controller: controller,
iconSize: toolbarIconSize, iconSize: toolbarIconSize,
iconTheme: iconTheme,
), ),
if (isButtonGroupShown[1] && if (isButtonGroupShown[1] &&
(isButtonGroupShown[2] || (isButtonGroupShown[2] ||

Loading…
Cancel
Save