Add a input type
This commit is contained in:
parent
e351f30d4a
commit
65d70a4f6d
4 changed files with 24 additions and 9 deletions
|
@ -51,6 +51,7 @@ class TestPromptState extends State<TestPrompt> {
|
|||
title: "Test",
|
||||
prompt: "Enter a value",
|
||||
currentValue: "",
|
||||
type: InputPromptType.Text,
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue