editText method

void editText(
  1. StoryElement storyElement
)

Edit text element

Implementation

void editText(StoryElement storyElement) {
  assets.removeAsset(storyElement);
  showTextOverlay(
    storyElement: storyElement,
    editorController: this,
  );
}