feat : map

This commit is contained in:
2025-04-09 17:05:38 +03:30
parent e83388670c
commit 0286725ac6
41 changed files with 1120 additions and 91 deletions

View File

@@ -177,7 +177,7 @@ class _CaptchaWidgetState extends State<CaptchaWidget> {
),
Text(
widget.controller.captchaCode.toString(),
style: AppFonts.yekan24Regular,
style: AppFonts.yekan24,
),
],
),
@@ -203,8 +203,8 @@ class _CaptchaWidgetState extends State<CaptchaWidget> {
gapPadding: 11,
),
labelText: 'کد امنیتی',
labelStyle: AppFonts.yekan13Regular,
errorStyle: AppFonts.yekan10Regular.copyWith(
labelStyle: AppFonts.yekan13,
errorStyle: AppFonts.yekan10.copyWith(
color: AppColor.redNormal,
fontSize: 8,
),
@@ -249,7 +249,7 @@ class _CaptchaWidgetState extends State<CaptchaWidget> {
}
return null;
},
style: AppFonts.yekan13Regular,
style: AppFonts.yekan13,
),
),
),