|
|
@ -428,7 +428,8 @@ class QuillEditor extends StatefulWidget { |
|
|
|
/// Configures the dialog theme. |
|
|
|
/// Configures the dialog theme. |
|
|
|
final QuillDialogTheme? dialogTheme; |
|
|
|
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] |
|
|
|
/// See [https://api.flutter.dev/flutter/widgets/EditableText/contentInsertionConfiguration.html] |
|
|
|
final ContentInsertionConfiguration? contentInsertionConfiguration; |
|
|
|
final ContentInsertionConfiguration? contentInsertionConfiguration; |
|
|
|