|
|
@ -325,6 +325,7 @@ class RawEditorState extends EditorState |
|
|
|
|
|
|
|
|
|
|
|
TextDirection get _textDirection => Directionality.of(context); |
|
|
|
TextDirection get _textDirection => Directionality.of(context); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
void insertContent(KeyboardInsertedContent content) {} |
|
|
|
void insertContent(KeyboardInsertedContent content) {} |
|
|
|
|
|
|
|
|
|
|
|
/// Returns the [ContextMenuButtonItem]s representing the buttons in this |
|
|
|
/// Returns the [ContextMenuButtonItem]s representing the buttons in this |
|
|
@ -1711,7 +1712,7 @@ class RawEditorState extends EditorState |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
class _Editor extends MultiChildRenderObjectWidget { |
|
|
|
class _Editor extends MultiChildRenderObjectWidget { |
|
|
|
_Editor({ |
|
|
|
const _Editor({ |
|
|
|
required Key key, |
|
|
|
required Key key, |
|
|
|
required List<Widget> children, |
|
|
|
required List<Widget> children, |
|
|
|
required this.document, |
|
|
|
required this.document, |
|
|
|