SimplePromptBuilder<T> extension

Extension for creating SimplePrompt with builder pattern.

on

Methods

copyWith({String? title, PromptTheme? theme, T? initialValue, KeyBindings buildBindings(PromptState<T> state)?, void render(FrameContext ctx, PromptState<T> state)?, bool? hideCursor}) SimplePrompt<T>

Available on SimplePrompt<T>, provided by the SimplePromptBuilder extension

Creates a copy with modified properties.