에 누르면의 모바일 버튼을 다시 떨림

코드 예제

5
0

당신은 어떻게 변경 버튼을 다시 떨림

appBar: AppBar(
	title: Text('AppBar'),
    leading: IconButton(icon: Icon(Icons.arrow_back)), // appbar leading icon.
   ),
0
0

펄럭시 버튼과 데이터

WillPopScope(
      onWillPop: () async {
        Navigator.pop(context, 'Pass Your Data Here');
        return false;
      },
      child: // Your Widget
);

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................