ui/dialog/confirm library

Functions

showComfirmDialog(BuildContext context, String body, {String? title, bool cancel = false, String cancelTitle = "取消", String confirmTitle = "确定", bool barrierDismissible = false}) Future<bool?>