Inline State For Value
class InlineStateForValue<P>( val component: Component<*>, val initial: P, val type: KType) : ObservableProperty<P>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <P> InlineStateForValue( component: Component<*>, initial: P, type: KType)
Content copied to clipboard