chat_uikit/src/ui/widgets/chat_uikit_bottom_sheet
library
Functions
-
showChatUIKitBottomSheet<T>({required BuildContext context, List<ChatUIKitEventAction<T>>? items, Color? backgroundColor, Color? barrierColor, bool enableRadius = true, String? title, TextStyle? titleStyle, Widget? titleWidget, Widget? body, String? cancelLabel, bool showCancel = true, TextStyle? cancelLabelStyle, double? height, bool isDismissible = true})
→ Future<T?>
-
-
showRoomGiftsView(BuildContext context, {required List<ChatroomGiftPageController> giftControllers})
→ Future<ChatRoomGift?>
-
-
showRoomMembersView(BuildContext context, {required String roomId, required List<ChatUIKitRoomMembersInterface> membersControllers, String? ownerId})
→ Future<void>
-