io api settings api

This commit is contained in:
jayesh
2024-07-26 17:29:39 +05:30
parent 376fb1002c
commit 14a5e75db5

View File

@@ -168,7 +168,7 @@ class FormLabelTextField extends StatelessWidget {
maxlines: type == "description" ? 6 : 1,
texttype: type == "phone number"
? TextInputType.phone
: type == "Email"
: type == "email"
? TextInputType.emailAddress
: TextInputType.name,
textEditingController: textEditingController,