ChatListScreen constructor
const
ChatListScreen({
- Key? key,
- required Widget builder(
- ChatListState state
- bool needCallInit = true,
- bool needCallDispose = true,
Implementation
const ChatListScreen({
super.key,
required this.builder,
this.needCallInit = true,
this.needCallDispose = true,
});