Adjust API for input prompt so that current value becomes optional

This commit is contained in:
zontreck 2025-01-31 12:34:33 -07:00
parent 65d70a4f6d
commit 99f15fda36
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class InputPrompt extends StatefulWidget {
{super.key,
required this.title,
required this.prompt,
required this.currentValue,
this.currentValue = "",
required this.type});
@override