<@U25U0KPFT> We can't overload constructors, but w...
# tornadofx
e
@carlw We can't overload constructors, but we might be able to augment the
paddingXXX
properties I added to support ints. We could also create an
insets
builder that supports stuff like
insets(5)
,
insets(5, 5)
,
insets(left = 4, right = 11, top = 42)
etc.