gpt4 book ai didi

android - 如何在 FlatButton 单击时关闭 AlertDialog?

转载 作者:IT老高 更新时间:2023-10-28 13:48:50 24 4
gpt4 key购买 nike

我有以下 AlertDialog

showDialog(
context: context,
child: new AlertDialog(
title: const Text("Location disabled"),
content: const Text(
"""
Location is disabled on this device. Please enable it and try again.
"""),
actions: [
new FlatButton(
child: const Text("Ok"),
onPressed: _dismissDialog,
),
],
),
);

我怎样才能让 _dismissDialog() 关闭所说的 AlertDialog

最佳答案

Navigator.pop()应该做的伎俩。您还可以使用它来返回对话框的结果(如果它为用户提供了选择)

关于android - 如何在 FlatButton 单击时关闭 AlertDialog?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44159819/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com