stack.svg added to themes

This commit is contained in:
ryleedavis 2023-03-10 08:50:57 -07:00 committed by julian
parent 7a958696d0
commit e7a52bdae2
7 changed files with 334 additions and 1320 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -38,21 +38,10 @@ class EmptyWallets extends ConsumerWidget {
const Spacer(
flex: 2,
),
(isSorbet || isForest || isOcean)
? SvgPicture.asset(
Assets.svg.stack(context),
width: isDesktop
? 324
: MediaQuery.of(context).size.width / 3,
)
: Image(
image: AssetImage(
Assets.png.stack(context),
),
width: isDesktop
? 324
: MediaQuery.of(context).size.width / 3,
),
SvgPicture.asset(
Assets.svg.stack(context),
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
),
SizedBox(
height: isDesktop ? 30 : 16,
),