Skip to content

Commit 94da3cf

Browse files
Fix lint error
1 parent f1b60d8 commit 94da3cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/src/widgets/editor.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@ class QuillEditor extends StatefulWidget {
428428
/// Configures the dialog theme.
429429
final QuillDialogTheme? dialogTheme;
430430

431-
/// Configuration of handler for media content inserted via the system input method.
431+
/// Configuration of handler for media content inserted via the system input
432+
/// method.
432433
///
433434
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
434435
final ContentInsertionConfiguration? contentInsertionConfiguration;

lib/src/widgets/raw_editor.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ class RawEditor extends StatefulWidget {
271271
/// Configures the dialog theme.
272272
final QuillDialogTheme? dialogTheme;
273273

274-
/// Configuration of handler for media content inserted via the system input method.
274+
/// Configuration of handler for media content inserted via the system input
275+
/// method.
275276
///
276277
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
277278
final ContentInsertionConfiguration? contentInsertionConfiguration;

0 commit comments

Comments
 (0)