Skip to content

Commit 782ed37

Browse files
author
Ellet
committed
comment the globalIconSize in the example
1 parent 3025bf8 commit 782ed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/presentation/quill/my_quill_toolbar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class MyQuillToolbar extends StatelessWidget {
205205
base: QuillToolbarBaseButtonOptions(
206206
// Request editor focus when any button is pressed
207207
afterButtonPressed: focusNode.requestFocus,
208-
globalIconSize: 18,
208+
// globalIconSize: 18,
209209
),
210210
selectHeaderStyleDropdownButton:
211211
const QuillToolbarSelectHeaderStyleDropdownButtonOptions(

0 commit comments

Comments
 (0)