ec
05/05/2019, 7:39 PMkotlin
style {
Bindings.`when`(it.isInjectedProperty)
.then{backgroundColor += c("#28ffff")}
.otherwise { backgroundColor += c("#28aabb") }
borderColor += box(c("#282828"))
}