PromptInput constructor
const
PromptInput({})
Implementation
const PromptInput({
super.key,
required this.onSubmit,
this.onSuggestionRequest,
this.isLoading = false,
this.placeholder,
this.currentModel,
this.availableModels,
this.onModelChanged,
this.tokenCount,
this.maxTokens,
this.vimMode = false,
this.focusNode,
});