fix(ui): Useless SafeArea in services migration

This commit is contained in:
Inex Code 2024-08-14 05:15:17 +03:00
parent 1f60b5961c
commit 7be2826a0f

View file

@ -108,7 +108,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
return Scaffold(
appBar: PreferredSize(
preferredSize: appBarHeight,
child: SafeArea(
child: Column(
children: [
BrandHeader(
@ -143,7 +142,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
],
),
),
),
body: ListView(
padding: const EdgeInsets.all(16.0),
children: <Widget>[