Skip to content

Commit 2ce564c

Browse files
dart format
1 parent 74f2cb1 commit 2ce564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/toolbar/config/base_button_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class QuillToolbarBaseButtonOptions<T, I> {
6666
/// Use custom theme
6767
final QuillIconTheme? iconTheme;
6868

69-
/// Determines if the paste button is enabled.
69+
/// Determines if the paste button is enabled.
7070
///
7171
/// Defaults to [ClipboardMonitor] in case of `null`, which will check if the clipboard has content to paste every second, and only then enable the button, indicating to the user that they can paste something.
7272
///

0 commit comments

Comments
 (0)