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 d1c2ea1 commit 56b2ec1Copy full SHA for 56b2ec1
lib/src/toolbar/buttons/clipboard_button.dart
@@ -55,6 +55,8 @@ class QuillToolbarClipboardButton extends QuillToolbarToggleStyleBaseButton {
55
}) : _options = options,
56
super(options: options ?? const QuillToolbarClipboardButtonOptions());
57
58
+ // TODO: This field will be used by the PR: https://github.com/singerdmx/flutter-quill/pull/2427
59
+ // ignore: unused_field
60
final QuillToolbarClipboardButtonOptions? _options;
61
62
final ClipboardAction clipboardAction;
0 commit comments