register user detail

This commit is contained in:
jayesh
2024-05-31 17:01:48 +05:30
parent 264f53373f
commit bc1dcf6c3b
44 changed files with 815 additions and 62 deletions

View File

@@ -26,7 +26,7 @@ class ButtonWidget {
style: ElevatedButton.styleFrom(
backgroundColor: clr,
),
child: TextWidget().tex14W700(
child: TextWidget().text14W700(
text,
clr: txtClr ?? AppColor.plainWhite,
),