nullableProperty

fun <T> nullableProperty(onApply: (value: T?) -> Unit? = null): CSProperty<T?>