We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3025bf8 commit 782ed37Copy full SHA for 782ed37
example/lib/presentation/quill/my_quill_toolbar.dart
@@ -205,7 +205,7 @@ class MyQuillToolbar extends StatelessWidget {
205
base: QuillToolbarBaseButtonOptions(
206
// Request editor focus when any button is pressed
207
afterButtonPressed: focusNode.requestFocus,
208
- globalIconSize: 18,
+ // globalIconSize: 18,
209
),
210
selectHeaderStyleDropdownButton:
211
const QuillToolbarSelectHeaderStyleDropdownButtonOptions(
0 commit comments