개발 꿀팁 블로그
Widget build(BuildContext context) { return WillPopScope( onWillPop: () async => false, child: Scaffold(), ); }