PromptRunner<T> constructor
PromptRunner<T> ({})
Creates a new PromptRunner.
Implementation
PromptRunner({
required this.terminal,
required this.widget,
this.height,
this.completeOnEnter = true,
this.onKeyEvent,
this.onComplete,
});