ChatGPTWidget constructor
const
ChatGPTWidget({})
Implementation
const ChatGPTWidget({
super.key,
this.initialPrompt = '',
this.recentList,
this.onResponse,
this.promptFieldInputDecoration,
this.shortReply = false,
this.testWithoutKey = false,
this.loaderWidget,
required this.chatGPTModuleStrings,
required this.child,
});