gpt4 book ai didi

flutter - Navigator和Navigator弹出差异

转载 作者:行者123 更新时间:2023-12-03 04:24:18 24 4
gpt4 key购买 nike

谁能告诉我关闭模态时使用Navigator.of(context).pop()Navigator.pop(context)之间是否有区别(使用rflutter_alert中的showDialog或Alert),因为两者都都关闭了模态?

谢谢阅读!

最佳答案

从源代码
https://github.com/flutter/flutter/blob/2a8e7b7bf162e672141a73180214a9eb9033251d/packages/flutter/lib/src/widgets/navigator.dart#L1487

@optionalTypeArgs
static void pop<T extends Object>(BuildContext context, [ T result ]) {
Navigator.of(context).pop<T>(result);
}
Navigator.pop(context)调用 Navigator.of(context).pop()

关于flutter - Navigator和Navigator弹出差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60823133/

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