OpenInlineEditorIntent constructor
const
OpenInlineEditorIntent({
- IntVector2? cellPosition,
- String? initialText,
Implementation
const OpenInlineEditorIntent({
this.cellPosition,
this.initialText,
});