StringFormControl
Base interface of a form control with a text value.
Inheritors
Properties
Functions
Link copied to clipboard
@Composable
Collects values from this component and represents its latest value via State. The StateFlow.value is used as an initial value. Every time there would be new value posted into the StateFlow the returned State will be updated causing recomposition of every State.value usage.
Link copied to clipboard
Returns the value as a string.