UIProperty

fun <T> UIProperty(set: (T) -> Unit, get: () -> T): UIProperty<T>