Format
This commit is contained in:
@@ -44,7 +44,7 @@ class AccountListPageState extends State<AccountListPage> {
|
||||
width: 150,
|
||||
height: 100,
|
||||
child: Card(
|
||||
color: colorHash(state.accounts[index].name!),
|
||||
color: colorHash(state.accounts[index].name),
|
||||
shape:
|
||||
index == state.activeAccountIndex
|
||||
? RoundedRectangleBorder(
|
||||
@@ -61,7 +61,7 @@ class AccountListPageState extends State<AccountListPage> {
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Text(state.accounts[index].name!),
|
||||
Text(state.accounts[index].name),
|
||||
FutureBuilder(
|
||||
future: GetIt.I
|
||||
.get<OkaneDatabase>()
|
||||
|
||||
Reference in New Issue
Block a user