menu
meshchat package
documentation
widgets/chat_input.dart
ChatInput
ChatInput.new const constructor
ChatInput.new const constructor
dark_mode
light_mode
ChatInput
constructor
const
ChatInput
(
{
Key
?
key
,
required
dynamic
onSend
(
String
),
int
maxBytes
=
140
,
})
Implementation
const ChatInput({ super.key, required this.onSend, this.maxBytes = 140, });
meshchat package
documentation
widgets/chat_input
ChatInput
ChatInput.new const constructor
ChatInput class