menu
michat_sdk package
documentation
chat_screen.dart
ChatScreen
ChatScreen.new const constructor
ChatScreen.new const constructor
dark_mode
light_mode
ChatScreen
constructor
const
ChatScreen
(
{
Key
?
key
,
String
name
=
""
,
String
phone
=
""
,
String
email
=
""
,
})
Implementation
const ChatScreen({ Key? key, this.name = "", this.phone = "", this.email = "", }) : super(key: key);
michat_sdk package
documentation
chat_screen
ChatScreen
ChatScreen.new const constructor
ChatScreen class