bug fixed

This commit is contained in:
nutchayut
2025-01-31 18:09:31 +07:00
parent 50fb227c52
commit 16c55eba77

View File

@@ -390,6 +390,8 @@ class _RegisterDataState extends State<RegisterData> {
),
Column(
mainAxisSize: MainAxisSize.min,
children: [
Row(
children: [
Text(
isPassport? "English name_passport".tr(): "English name".tr(),
@@ -397,9 +399,10 @@ class _RegisterDataState extends State<RegisterData> {
color: Color(0xff565656),
fontSize: 15,
),
),Spacer()
],
),
Expanded(
child: TextField(
TextField(
style: GoogleFonts.kanit(
color: Color(0xff565656),
fontSize: 14,
@@ -418,7 +421,6 @@ class _RegisterDataState extends State<RegisterData> {
border: InputBorder.none,
),
),
),
// Expanded(
// child: Text(
// idCardFront?.nameEng ?? "",