Fix lint error

pull/1245/head
Cheryl 2 years ago
parent f1b60d83b8
commit 94da3cfd46
  1. 3
      lib/src/widgets/editor.dart
  2. 3
      lib/src/widgets/raw_editor.dart

@ -428,7 +428,8 @@ class QuillEditor extends StatefulWidget {
/// Configures the dialog theme.
final QuillDialogTheme? dialogTheme;
/// Configuration of handler for media content inserted via the system input method.
/// Configuration of handler for media content inserted via the system input
/// method.
///
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
final ContentInsertionConfiguration? contentInsertionConfiguration;

@ -271,7 +271,8 @@ class RawEditor extends StatefulWidget {
/// Configures the dialog theme.
final QuillDialogTheme? dialogTheme;
/// Configuration of handler for media content inserted via the system input method.
/// Configuration of handler for media content inserted via the system input
/// method.
///
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
final ContentInsertionConfiguration? contentInsertionConfiguration;

Loading…
Cancel
Save