onLineBreak
fun onLineBreak(lineBreak: Action.LineBreak, storyState: StoryState): Pair<Pair<Int, StoryStep>, StoryState>?
Creates a line break. When a line break happens, the line it divided into two StorySteps of the same, if possible, or the next line will be a Message.
Parameters
lineBreak