File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,8 @@ class QuillEditor extends StatefulWidget {
428
428
/// Configures the dialog theme.
429
429
final QuillDialogTheme ? dialogTheme;
430
430
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.
432
433
///
433
434
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
434
435
final ContentInsertionConfiguration ? contentInsertionConfiguration;
Original file line number Diff line number Diff line change @@ -271,7 +271,8 @@ class RawEditor extends StatefulWidget {
271
271
/// Configures the dialog theme.
272
272
final QuillDialogTheme ? dialogTheme;
273
273
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.
275
276
///
276
277
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html]
277
278
final ContentInsertionConfiguration ? contentInsertionConfiguration;
You can’t perform that action at this time.
0 commit comments