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(
|
||||
account.accountNumber,
|
||||
style: TextStyle(
|
||||
color:Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
||||
color: Theme.of(context).scaffoldBackgroundColor, fontSize: 16),
|
||||
),
|
||||
const SizedBox(height: 30),
|
||||
Text(
|
||||
|
Reference in New Issue
Block a user