open:flutter-back-button

flutter back button

WillPopScope(
    onWillPop: () async{
      return false;
    },
    child:Scaffold()
)


  • open/flutter-back-button.txt
  • 마지막으로 수정됨: 2023/04/15 10:22
  • 저자 MORO