menu
open_widgets package
documentation
chatbot/chat_page.dart
OpenChatPage
OpenChatPage const constructor
OpenChatPage const constructor
dark_mode
light_mode
OpenChatPage
constructor
const
OpenChatPage
(
{
Key
?
key
,
required
Future
<
String
>
reply_func
(
String
input
),
})
Implementation
const OpenChatPage({super.key, required this.reply_func});
open_widgets package
documentation
chatbot/chat_page
OpenChatPage
OpenChatPage const constructor
OpenChatPage class