我试图在无状态小部件中使用WillPopScope,它不起作用。
发布于 2019-02-10 17:33:21
很容易在颤振源中查找
scope.dart#L16-L43
类WillPopScope扩展StatefulWidget {
很明显是个有状态的寡妇。
https://stackoverflow.com/questions/54619047
相似问题