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