TextOverlay constructor

const TextOverlay({
  1. Key? key,
  2. StoryElement? storyElement,
  3. required Size screen,
  4. required EditorController editorController,
})

Implementation

const TextOverlay({
  super.key,
  this.storyElement,
  required this.screen,
  required this.editorController,
});