DrawStory

data class DrawStory(val storyStep: StoryStep, val isSelected: Boolean)

Class meant to be draw in the screen. It contains both the information of a story step and meta information and the state of the TextEditor like if the message is selected

Constructors

Link copied to clipboard
constructor(storyStep: StoryStep, isSelected: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val key: Int
Link copied to clipboard