StateBinding(observableState: ObservableState<S>, container: CONT, factory: CONT.(S) -> CONTENT)
Creates StateBinding which binds the given container to the observable state.
factory
- a function which re-creates the view based on the given state
Constructor
Creates StateBinding which binds the given container to the observable state.