|
|
|
@ -46,8 +46,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return Scaffold(
|
|
|
|
return Scaffold(
|
|
|
|
appBar: DefaultAppBar(title: context.translation.settings),
|
|
|
|
appBar: DefaultAppBar(title: context.translation.settings),
|
|
|
|
body: Card(
|
|
|
|
body: Column(
|
|
|
|
child: Column(
|
|
|
|
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Row(
|
|
|
|
Row(
|
|
|
|
@ -89,8 +88,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
).paddingAll(16),
|
|
|
|
).toShadowContainer(context).paddingAll(16),
|
|
|
|
).paddingAll(16),
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|