In this case, :kotlin:'s scope resolution comes in...
# tornadofx
r
In this case, K's scope resolution comes into effect and the
backgroundColor
used in the
init
block is the one defined in
PropertyHolder
, not your
Styles
companion object.