tornadofx / tornadofx / cssproperty

cssproperty

inline fun <reified T : Any> cssproperty(value: String? = null, noinline renderer: (T) -> String = null): CssPropertyDelegate<T>