feat: show back button in settings
This commit is contained in:
parent
57edd7ab14
commit
d2f74d0296
@ -493,7 +493,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
preferredSize: Size.fromHeight(1),
|
||||
child: Container(height: 1, color: Colors.grey[200]),
|
||||
),
|
||||
automaticallyImplyLeading: false,
|
||||
automaticallyImplyLeading: true,
|
||||
),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.all(16),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user