Update toolbar.dart

pull/794/head
mark8044 3 years ago committed by GitHub
parent 1587e31e1a
commit 5f9faed167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/toolbar.dart

@ -185,6 +185,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
items: [
for(MapEntry<String, int> fontSize in fontSizes.entries)
PopupMenuItem<int>(
key: ValueKey(fontSize.key),
value: fontSize.value,
child: Text(fontSize.key.toString()),
),

Loading…
Cancel
Save