chore(ui): export v3 MessageInput widget

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-03-10 14:28:33 +05:30
committed by xsahil03x
parent a7e3839256
commit 4565157664
2 changed files with 2 additions and 0 deletions
@@ -339,6 +339,7 @@ class MessageInput extends StatefulWidget {
}
/// State of [MessageInput]
@Deprecated("Use 'StreamMessageInput' instead")
class MessageInputState extends State<MessageInput> {
final _attachments = <String, Attachment>{};
final List<User> _mentionedUsers = [];