iOS: add stretch inset dictionary

This commit is contained in:
王劲鹏
2020-04-17 14:40:33 +08:00
committed by osborn
parent 014ac5b0f1
commit 36eaf35cd0
2 changed files with 15 additions and 10 deletions

View File

@@ -119,9 +119,9 @@ class ImageDemo extends Panel {
scaleType: ScaleType.ScaleToFill,
layoutConfig: layoutConfig().just(),
stretchInset: {
left: 374,
left: 125,
top: 0,
right: 66,
right: 22,
bottom: 0
}
})