Commit 33ba968b by Ramesh Babu Puvvadi

added

parent 972c6a03
......@@ -16,7 +16,7 @@ class _SignUpState extends State<SignUp> {
final TextEditingController _email = TextEditingController();
final TextEditingController _pass = TextEditingController();
List<Datum>? storesList;
String dropdownValue = 'Option 1';
String dropdownValue = 'Option 2';
Datum? selectedModel;
bool item = true;
bool isLoading = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment