Add a input type

This commit is contained in:
zontreck 2025-01-31 04:00:42 -07:00
parent e351f30d4a
commit 65d70a4f6d
4 changed files with 24 additions and 9 deletions

View file

@ -51,6 +51,7 @@ class TestPromptState extends State<TestPrompt> {
title: "Test",
prompt: "Enter a value",
currentValue: "",
type: InputPromptType.Text,
);
});