addText method

void addText()

Add text element to the editor

Implementation

void addText() {
  showTextOverlay(editorController: this);
}