ui/widget/chat_dialog library

Classes

ChatDialog<T>
ChatDialogItem<T>

Functions

showChatDialog<T>(BuildContext context, {required List<ChatDialogItem> items, String? subTitle, String? title, List<String>? hiddenList, Color barrierColor = Colors.black54, ChatDialogRectangleBorderType borderType = ChatDialogRectangleBorderType.circular}) Future<T>