ChatDialog<T> constructor
const
ChatDialog<T> ({
- required List<
ChatDialogItem> items, - String? subTitle,
- String? title,
- ChatDialogRectangleBorderType borderType = ChatDialogRectangleBorderType.circular,
- Key? key,
Implementation
const ChatDialog({
required this.items,
this.subTitle,
this.title,
this.hiddenList,
this.borderType = ChatDialogRectangleBorderType.circular,
super.key,
});