mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
hide down chevron contextually
This commit is contained in:
parent
a2308d3e78
commit
005fcdf44f
1 changed files with 13 additions and 11 deletions
|
@ -200,17 +200,19 @@ class WalletSummaryInfo extends ConsumerWidget {
|
||||||
.textFavoriteCard,
|
.textFavoriteCard,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
if (availableBalances.length > 1) ...[
|
||||||
width: 4,
|
const SizedBox(
|
||||||
),
|
width: 4,
|
||||||
SvgPicture.asset(
|
),
|
||||||
Assets.svg.chevronDown,
|
SvgPicture.asset(
|
||||||
color: Theme.of(context)
|
Assets.svg.chevronDown,
|
||||||
.extension<StackColors>()!
|
color: Theme.of(context)
|
||||||
.textFavoriteCard,
|
.extension<StackColors>()!
|
||||||
width: 8,
|
.textFavoriteCard,
|
||||||
height: 4,
|
width: 8,
|
||||||
),
|
height: 4,
|
||||||
|
),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue