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: [
|
||||
Image.asset(
|
||||
Assets.iconImgDelTip,
|
||||
color: Colors.white,
|
||||
width: 52.w,
|
||||
height: 52.w,
|
||||
),
|
||||
@ -218,6 +219,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
||||
genInfo(
|
||||
Image.asset(
|
||||
Assets.iconSampler,
|
||||
color: Colors.white,
|
||||
width: 28.w,
|
||||
),
|
||||
"Sampler:",
|
||||
@ -227,6 +229,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
||||
genInfo(
|
||||
Image.asset(
|
||||
Assets.iconCfgScale,
|
||||
color: Colors.white,
|
||||
width: 28.w,
|
||||
),
|
||||
"CFG scale:",
|
||||
@ -236,6 +239,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
||||
genInfo(
|
||||
Image.asset(
|
||||
Assets.iconSteps,
|
||||
color: Colors.white,
|
||||
width: 28.w,
|
||||
),
|
||||
"Steps:",
|
||||
@ -245,6 +249,7 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
||||
genInfo(
|
||||
Image.asset(
|
||||
Assets.iconSeed,
|
||||
color: Colors.white,
|
||||
width: 28.w,
|
||||
),
|
||||
"Seed:",
|
||||
|
||||