push( MaterialPageRoute( builder: (context) => routeClass(), ), ); Navigator.pop(context); Navigator.of(context).pop();. 위 두개의 코드로 Screen ...
確定! 回上一頁