menu
arcane package
documentation
component/screen/chat_screen.dart
ChatBox
ChatBox.new const constructor
ChatBox.new const constructor
dark_mode
light_mode
ChatBox
constructor
const
ChatBox
(
{
Key
?
key
,
bool
autofocus
=
true
,
bool
chatBoxBorder
=
true
,
})
Implementation
const ChatBox({super.key, this.autofocus = true, this.chatBoxBorder = true});
arcane package
documentation
component/screen/chat_screen
ChatBox
ChatBox.new const constructor
ChatBox class