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(
controller: controller,
iconSize: toolbarIconSize,
iconTheme: iconTheme,
),
if (isButtonGroupShown[1] &&
(isButtonGroupShown[2] ||

Loading…
Cancel
Save