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