hide down chevron contextually

This commit is contained in:
sneurlax 2024-07-02 11:14:23 -05:00
parent a2308d3e78
commit 005fcdf44f

View file

@ -200,17 +200,19 @@ class WalletSummaryInfo extends ConsumerWidget {
.textFavoriteCard,
),
),
const SizedBox(
width: 4,
),
SvgPicture.asset(
Assets.svg.chevronDown,
color: Theme.of(context)
.extension<StackColors>()!
.textFavoriteCard,
width: 8,
height: 4,
),
if (availableBalances.length > 1) ...[
const SizedBox(
width: 4,
),
SvgPicture.asset(
Assets.svg.chevronDown,
color: Theme.of(context)
.extension<StackColors>()!
.textFavoriteCard,
width: 8,
height: 4,
),
],
],
),
),