ChatScreen constructor
const
ChatScreen({
- Key? key,
- VoidCallback? onClose,
- VoidCallback? onBackPressed,
- dynamic onPinnedStateChanged()?,
- dynamic onRegisterClosePinnedCallback()?,
Implementation
const ChatScreen({
super.key,
this.onClose,
this.onBackPressed,
this.onPinnedStateChanged,
this.onRegisterClosePinnedCallback,
});