menu
voice_gpt package
documentation
components/chat_page.dart
ChatPage
ChatPage const constructor
ChatPage const constructor
dark_mode
light_mode
ChatPage
constructor
const
ChatPage
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
settings
,
required
void
onSettingsChanged
(
Map
<
String
,
dynamic
>
),
})
Implementation
const ChatPage( {super.key, required this.settings, required this.onSettingsChanged});
voice_gpt package
documentation
components/chat_page
ChatPage
ChatPage const constructor
ChatPage class