stack.svg added to themes
Before Width: | Height: | Size: 677 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 677 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 677 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 68 KiB |
|
@ -38,21 +38,10 @@ class EmptyWallets extends ConsumerWidget {
|
||||||
const Spacer(
|
const Spacer(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
),
|
),
|
||||||
(isSorbet || isForest || isOcean)
|
SvgPicture.asset(
|
||||||
? SvgPicture.asset(
|
Assets.svg.stack(context),
|
||||||
Assets.svg.stack(context),
|
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
|
||||||
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,
|
|
||||||
),
|
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: isDesktop ? 30 : 16,
|
height: isDesktop ? 30 : 16,
|
||||||
),
|
),
|
||||||
|
|