presentation/modals_and_messages/modals 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, Axis actionsDirection = Axis.vertical, double titlesActionsSpacing = 60, double iconTitlesSpacing = 16, double textsSpacing = 16, double actionsSpacing = 16}) Future<T?>
showCupertinoAlert(BuildContext context, {String? title, String? content, List<Widget>? actions}) → void