presentation/modals_and_messages/modals_and_messages library

Functions

showAppModal<T>(BuildContext context, {Widget? title, Widget? message, List<Widget>? actions, Widget? customCloseIcon, Widget? icon, Color? backgroundColor, ShapeBorder? shape, bool barrierDismissible = false, EdgeInsetsGeometry? contentPadding, EdgeInsets? insetPadding, bool useRootNavigator = true}) Future<T?>
showCupertinoAlert(BuildContext context, {String? title, String? content, List<Widget>? actions}) → void
showSnackBarAlert(BuildContext context, {String? title, String? message, Color? backgroundColor, SnackbarAlertType? type, Duration? duration = const Duration(seconds: 3)}) ScaffoldFeatureController<Widget, dynamic>