OpenInlineEditorIntent constructor

const OpenInlineEditorIntent({
  1. IntVector2? cellPosition,
  2. String? initialText,
})

Implementation

const OpenInlineEditorIntent({
  this.cellPosition,
  this.initialText,
});