Update toolbar.dart

pull/800/head
mark8044 3 years ago committed by GitHub
parent c1b3ee0b5c
commit 9fdf28207e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar.dart

@ -194,6 +194,8 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
QuillDropdownButton(
iconTheme: iconTheme,
iconSize: toolbarIconSize,
attribute: Attribute.size,
controller: controller,
items: [
for (MapEntry<String, int> fontSize in fontSizes.entries)
PopupMenuItem<int>(

Loading…
Cancel
Save