bug fixed
This commit is contained in:
@@ -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 ?? "",
|
||||
|
||||
Reference in New Issue
Block a user