add location on card
This commit is contained in:
parent
a1ac1ff893
commit
f30ce56140
2 changed files with 8 additions and 0 deletions
|
@ -97,6 +97,12 @@ class TransactionCard extends StatelessWidget {
|
|||
const SizedBox(height: 8),
|
||||
IconText(Icons.store, t.origin!, color: Colors.blue)
|
||||
],
|
||||
if (t.location != null) ...[
|
||||
const SizedBox(
|
||||
height: 8,
|
||||
),
|
||||
IconText(Icons.location_city, t.location!)
|
||||
]
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue