fix: flutter format

This commit is contained in:
poka 2022-11-16 13:49:13 +01:00
parent 2c7dcd0ee6
commit 228e556198
2 changed files with 13 additions and 11 deletions

View File

@ -82,7 +82,9 @@ class MigrateIdentityScreen extends StatelessWidget {
if (status.data == null) { if (status.data == null) {
return Column(children: [ return Column(children: [
const SizedBox(height: 80), const SizedBox(height: 80),
Row(mainAxisAlignment: MainAxisAlignment.center, children: const [ Row(
mainAxisAlignment: MainAxisAlignment.center,
children: const [
SizedBox( SizedBox(
height: 35, height: 35,
width: 35, width: 35,