chatroom_uikit/src/widgets/chatroom_dialog library

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>