PAP-790: fix Alignment of mobile number

merge-requests/322/head
Elham Rababh 3 years ago
parent 4217fc0826
commit dd1dff01d6

@ -292,7 +292,9 @@ class MobileNumberTextFiled extends StatelessWidget {
padding: EdgeInsets.all(5),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(15), color: Colors.white),
child: Row(children: <Widget>[
child: Row(
textDirection: TextDirection.ltr,
children: <Widget>[
Expanded(
flex: 1,
child: Icon(

Loading…
Cancel
Save