StringState

A MutableState implementation that holds a String value.

This class allows observing changes to a String value.

Constructors

Link copied to clipboard
constructor(value: String)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, prop: KProperty<*>): String
Link copied to clipboard
open operator override fun setValue(thisRef: Any?, prop: KProperty<*>, value: String)