version_xupdate/utils/confirm_dialog library
Functions
-
confirmDialog(
{Widget? topIcon, bool showClose = false, double? radius, String? title, Widget? content, String? left, String? right, double? width, double? height, GestureTapCallback? onLeft, GestureTapCallback? onRight, bool barrierDismissible = false, TextStyle? contentStyle, EdgeInsets? bodyPadding, WillPopCallback? onWillPop, bool shrink = false, Color? rightColor, Widget? rightWidget, String? name}) → dynamic