PromptRunner constructor
PromptRunner({
- bool hideCursor = true,
- EndBehavior endBehavior = EndBehavior.clear,
- void onBeforeCleanup()?,
- void onAfterCleanup()?,
Implementation
PromptRunner({
this.hideCursor = true,
this.endBehavior = EndBehavior.clear,
this.onBeforeCleanup,
this.onAfterCleanup,
});