common/widgets/index library

Functions

makeToast({required String msg, Color backgroundColor = RoomColors.toastBlack, Color textColor = Colors.white}) Future<bool?>
showConferenceBottomSheet(Widget bottomSheet, {double? landScapeWidth, bool alwaysFromBottom = false}) Future<void>
showConferenceDialog({String title = '', String message = '', String cancelText = '', String confirmText = '', TextStyle? titleTextStyle, TextStyle? messageTextStyle, TextStyle? cancelTextStyle, TextStyle? confirmTextStyle, VoidCallback? onConfirm, VoidCallback? onCancel, bool barrierDismissible = true}) Future<void>