formatted some files
This commit is contained in:
@@ -29,5 +29,3 @@ class ImpsService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -35,4 +35,3 @@ class AppThemes {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -50,7 +50,7 @@ class AccountCard extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
account.accountNumber,
|
account.accountNumber,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color:Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
color: Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 30),
|
const SizedBox(height: 30),
|
||||||
Text(
|
Text(
|
||||||
|
Reference in New Issue
Block a user