common/index library

Extensions

DoubleExtension on double

Properties

screenHeight double
getter/setter pair
screenWidth double
getter/setter pair

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>