render property
Renders the prompt content.
Receives the FrameContext and current state.
Implementation
final void Function(FrameContext ctx, PromptState<T> state) render;
Renders the prompt content.
Receives the FrameContext and current state.
final void Function(FrameContext ctx, PromptState<T> state) render;