We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bf8af commit 575cf69Copy full SHA for 575cf69
workflow-ui/core-common/src/main/java/com/squareup/workflow1/ui/TextController.kt
@@ -52,6 +52,9 @@ public interface TextController {
52
public var textValue: String
53
}
54
55
+/**
56
+ * Create instance for default implementation of [TextController].
57
+ */
58
@WorkflowUiExperimentalApi
59
public fun TextController(initialValue: String = ""): TextController {
60
return TextControllerImpl(initialValue)
0 commit comments