1
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 925 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 872 KiB |
@ -171,6 +171,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
children: [
|
children: [
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Assets.iconImgDelTip,
|
Assets.iconImgDelTip,
|
||||||
|
color: Colors.white,
|
||||||
width: 52.w,
|
width: 52.w,
|
||||||
height: 52.w,
|
height: 52.w,
|
||||||
),
|
),
|
||||||
@ -218,6 +219,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
genInfo(
|
genInfo(
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Assets.iconSampler,
|
Assets.iconSampler,
|
||||||
|
color: Colors.white,
|
||||||
width: 28.w,
|
width: 28.w,
|
||||||
),
|
),
|
||||||
"Sampler:",
|
"Sampler:",
|
||||||
@ -227,6 +229,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
genInfo(
|
genInfo(
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Assets.iconCfgScale,
|
Assets.iconCfgScale,
|
||||||
|
color: Colors.white,
|
||||||
width: 28.w,
|
width: 28.w,
|
||||||
),
|
),
|
||||||
"CFG scale:",
|
"CFG scale:",
|
||||||
@ -236,6 +239,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
genInfo(
|
genInfo(
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Assets.iconSteps,
|
Assets.iconSteps,
|
||||||
|
color: Colors.white,
|
||||||
width: 28.w,
|
width: 28.w,
|
||||||
),
|
),
|
||||||
"Steps:",
|
"Steps:",
|
||||||
@ -245,6 +249,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
genInfo(
|
genInfo(
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Assets.iconSeed,
|
Assets.iconSeed,
|
||||||
|
color: Colors.white,
|
||||||
width: 28.w,
|
width: 28.w,
|
||||||
),
|
),
|
||||||
"Seed:",
|
"Seed:",
|
||||||
|
|||||||