render property

void Function(FrameContext ctx, PromptState<T> state) render
final

Renders the prompt content.

Receives the FrameContext and current state.

Implementation

final void Function(FrameContext ctx, PromptState<T> state) render;