Skip to content

Commit 575cf69

Browse files
committed
Added comments.
1 parent 94bf8af commit 575cf69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflow-ui/core-common/src/main/java/com/squareup/workflow1/ui/TextController.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public interface TextController {
5252
public var textValue: String
5353
}
5454

55+
/**
56+
* Create instance for default implementation of [TextController].
57+
*/
5558
@WorkflowUiExperimentalApi
5659
public fun TextController(initialValue: String = ""): TextController {
5760
return TextControllerImpl(initialValue)

0 commit comments

Comments
 (0)