mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-22 16:23:51 +00:00
Improvements in UIKitPadding
This commit is contained in:
parent
c41e2b8495
commit
468f167ac6
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 0.0.53
|
## 0.0.53
|
||||||
|
|
||||||
|
Improvements in `UIKitPadding`
|
||||||
|
|
||||||
## 0.0.52
|
## 0.0.52
|
||||||
|
|
||||||
* Improve work with UIKitModifiers
|
* Improve work with UIKitModifiers
|
||||||
|
@ -8,7 +8,10 @@ sealed class UIKitPadding(suffix: String?) : UIKitModifier {
|
|||||||
object Small : Size("small")
|
object Small : Size("small")
|
||||||
object Large : Size("large")
|
object Large : Size("large")
|
||||||
|
|
||||||
companion object : Size(null)
|
companion object : Size(null) {
|
||||||
|
val Default
|
||||||
|
get() = this
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,5 +28,6 @@ sealed class UIKitPadding(suffix: String?) : UIKitModifier {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
companion object : Size(null)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user